@viniciuscarvalho/feature-marker
v5.1.0
Published
Automate your feature development workflow with AI-powered checkpoints for Claude Code
Maintainers
Readme
feature-marker
Automate your feature development workflow with AI-powered checkpoints for Claude Code
feature-marker is a Claude Code skill that guides you through the complete feature development lifecycle: PRD → Tech Spec → Tasks → Implementation → Tests → PR.
Installation
# Install via npx (recommended)
npx @viniciuscarvalho/feature-marker install
# Or install globally
npm install -g @viniciuscarvalho/feature-marker
feature-marker installUsage
After installation, use in Claude Code:
# Start a new feature workflow
/feature-marker prd-user-authentication
# Interactive mode
/feature-marker --interactive prd-user-authentication
# Check status
/feature-marker --status prd-user-authenticationCommands
| Command | Description |
|---------|-------------|
| npx feature-marker install | Install skill to ~/.claude |
| npx feature-marker uninstall | Remove skill from ~/.claude |
| npx feature-marker status | Check installation status |
| npx feature-marker help | Show help |
Features
- Artifact Generation — Auto-generates PRD, Tech Spec, and Tasks from requirements
- 4-Phase Workflow — Analysis → Implementation → Tests → Commit & PR
- Checkpoint/Resume — Pause anytime, resume where you left off
- Platform Detection — Auto-detects GitHub, Azure DevOps, GitLab for PR creation
- Multiple Modes — Full workflow, tasks-only, Ralph Loop, or Spec-Driven
Requirements
Commands in ~/.claude/commands/:
create-prd.mdgenerate-spec.mdgenerate-tasks.md
Templates in ~/.claude/docs/specs/:
prd-template.mdtechspec-template.mdtasks-template.md
Get these from mindkit or create your own.
License
MIT © Vinicius Carvalho
