A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
AI-powered feature development orchestrator — PRD → Tech Spec → Tasks → Implementation → Tests → PR — with checkpoint/re
feature-marker is a portable LLM skill for turning one feature request into a clear flow: PRD, TechSpec, Tasks, implementation, verification, local commit, and branch handoff.
The npm package is only an installer for skill files. It does not run the workflow, own feature state, push branches, or open pull requests.
Install the skill files:
npx -y @viniciuscarvalho/feature-marker install --runtime all
Open any git project in Claude, Codex, or Gemini and ask:
Use feature-marker to implement my-feature.
feature-marker will create or reuse:
tasks/my-feature/prd.md
tasks/my-feature/techspec.md
tasks/my-feature/tasks.md
Then it works through the feature, verifies it, commits locally, and prints the exact commands you can run to push and open a PR.
Use npx when you want the latest npm installer without a global install.
Install only Claude:
npx -y @viniciuscarvalho/feature-marker install --runtime claude
Install the skill into all supported runtimes:
npx -y @viniciuscarvalho/feature-marker install --runtime all
Install only one runtime:
npx -y @viniciuscarvalho/feature-marker install --runtime codex
npx -y @viniciuscarvalho/feature-marker install --runtime gemini
Use --dry-run to preview install targets:
npx -y @viniciuscarvalho/feature-marker install --runtime all --dry-run
Global npm install is optional and only shortens the command:
npm install -g @viniciuscarvalho/feature-marker
feature-marker install --runtime codex
Homebrew is also supported on macOS/Linux:
brew tap viniciuscarvalho/tap
brew install feature-marker
feature-marker install --runtime all
After installation, open any git project in Claude, Codex, or Gemini and invoke the skill from the prompt. Interactive mode is not required and is not the v1 path.
Claude prompt:
Use feature-marker to implement billing-observability.
Codex or Gemini prompt:
Use feature-marker to plan and implement billing-observability.
Use feature-marker in tasks-only mode for billing-observability.
Use feature-marker to create only the PRD for import-csv.
The skill reads the repository, creates or uses artifacts under tasks/{slug}/,
runs through PRD -> TechSpec -> Tasks -> implementation grill ->
implementation -> verification, commits locally, and prints exact push/PR
handoff commands. The grill pass finds gaps before coding; it asks the user only
when a finding changes scope or requires a product decision.
PRD, TechSpec, and Tasks are created from bundled templates installed with the
skill. The agent fills {slug} and {feature_title} and writes:
tasks/{slug}/prd.md, tasks/{slug}/techspec.md, and
tasks/{slug}/tasks.md.
The published package contains a small installer CLI and the skill files. The code path is intentionally narrow:
feature-marker install --runtime ... resolves the package root and the
user's home directory.feature-marker.The CLI does not implement the feature workflow. Commands such as run,
resume, status, and capabilities intentionally fail with guidance to
invoke the installed skill from the LLM prompt.
| Command | What it does |
|---|---|
install --runtime claude|codex|gemini|all | Installs skill assets for the selected runtime. |
install --runtime all --dry-run | Shows install targets without writing files. |
--help | Prints installer usage. |
--version | Prints the package version. |
Workflow commands such as run, resume, status, and capabilities are not
supported. Invoke feature-marker inside your LLM instead.
feature-marker keeps user-facing state in plain artifacts:
tasks/{slug}/
prd.md
techspec.md
tasks.md
The skill is branch-first:
Example handoff:
git push -u origin feature-marker/billing-observability
gh pr create --base main --head feature-marker/billing-observability
There are no CLI workflow modes. Use these words in your LLM prompt when useful:
| Intent | What the skill does |
|---|---|
full | Runs PRD, TechSpec, Tasks, implementation grill, implementation, tests, and branch handoff. |
tasks-only | Uses existing artifacts, implements tasks, tests, and hands off. |
test-only | Runs verification on the current feature branch and reports results. |
prd-only | Creates or revises only tasks/{slug}/prd.md. |
spec-driven and ralph-loop are out of scope for this skill-first v1 unless
they are rebuilt as explicit skill instructions.
~/.claude/skills/feature-marker and ~/.claude/agents/feature-marker.md~/.codex/skills/feature-marker~/.gemini/skills/feature-markerRun the deterministic suite:
npm test
Package smoke:
npm pack --dry-run --json
MIT
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial