By jryanvieira
Spec-driven development framework with parallel execution, pluggable issue trackers, and a learning loop. Covers the full lifecycle: product discovery → spec → design → plan → execute → PR → review.
Spec-driven development framework for Claude Code. Full lifecycle from product discovery to code review. Auto-sizes by complexity. Parallel execution. Learns from every PR.
DISCOVER → SPECIFY → DESIGN → PLAN → EXECUTE → PR → REVIEW
(opt) (opt) (opt)
↘ discuss gray areas
Or manually copy skills/specforge/ to your ~/.claude/skills/ directory.
In your project root, run:
/specforge init project
This creates .specforge/ with project.yaml, STATE.md, PROJECT.md, and ROADMAP.md.
For an existing codebase, run brownfield mapping first:
/specforge map codebase
/specforge discover features # Explore and propose features
/specforge specify ZEM-42 # Spec a feature from an issue
/specforge implement ZEM-42 # Full pipeline from spec to PR
/specforge quick fix {description} # Express lane for small changes
/specforge review PR #123 # 4-perspective PR analysis
/specforge pause work # Save context for next session
/specforge resume work # Pick up where you left off
| Phase | Reference | Auto-triggered |
|---|---|---|
| Discover | references/discover.md | Manual |
| Specify | references/specify.md | Always |
| Discuss | references/discuss.md | When gray areas detected |
| Design | references/design.md | Complex features |
| Plan | references/plan.md | Medium/Complex |
| Execute | references/execute.md | Always |
| PR | references/pr.md | After Execute |
| Review | references/review.md | After PR |
.specforge/project.yaml controls:
.specs/)See templates/project.yaml for the full reference.
.specforge/
├── project.yaml # Stack, paths, adapters
├── STATE.md # Decisions, blockers, lessons, deferred ideas
├── PROJECT.md # Vision and goals
├── ROADMAP.md # Features and milestones
└── architecture/ # Project-specific guides (DDD, conventions, etc.)
Specs, plans, and tasks are stored at the path configured in project.yaml.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jryanvieira/specforgeFramework de review de Pull Requests com agentes de IA. 6 agentes especialistas, grounding obrigatório, anti-hallucination, e suporte a integrações externas.
Agent Runtime Goal Optimizer — otimiza harnesses de coding agents automaticamente
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code