Iteration-based development workflow for Next.js projects with Claude Code
npx claudepluginhub jaimearboleda/nextjs-claude-workflowAdd specific feature directly to current iteration
Add new items to backlog
Introduce project scope changes top-down
Check documentation health and staleness
Create a snapshot of work in progress
Generate strategic development roadmap based on overview
Document manual test results for an iteration
Archive completed iteration and prepare for next one
Interactive help and guidance for the workflow
Apply fixes after manual testing of a finished iteration
Execute the implementation plan autonomously
Select items from backlog for a new iteration
Create detailed implementation plan from selected items
Implement a small feature immediately without full iteration ceremony
Auto-recover from interrupted implementation sessions
Improve or fix existing implementation
Improve or update an existing implementation plan
Initialize project with overview document and scaffold
Synchronize documentation for projects adopting this workflow
Run tests for current iteration based on testing strategy
Generate project status summary for quick context
Iteration-based development workflow plugin for Claude Code. Manages the full cycle from backlog to implementation with 21 commands.
Add to your project's .claude/settings.json:
{
"plugins": ["/path/to/nextjs-claude-workflow"]
}
/start-project - Initialize project with overview document and scaffold/where-am-i - Get comprehensive project status summary/recover - Auto-recover from interrupted sessions/help - Interactive help and guidance/create-plan-overview - Generate strategic development roadmap/add-to-backlog - Add new items to backlog/pick-from-backlog - Select items for a new iteration/add-feature - Add specific feature to current iteration/change-scope - Introduce project scope changes top-down/plan-iteration - Create detailed implementation plan/implement-iteration - Execute the plan autonomously/checkpoint-iteration - Create work-in-progress snapshot/quick-feature - Implement small features immediately/test-iteration - Run tests from testing strategy/finalize-iteration - Archive completed iteration/hotfix - Apply fixes after manual testing/document-tests - Document manual test results/refine-plan - Improve existing implementation plan/refine-implementation - Fix or improve implementation/sync-docs - Adopt workflow for existing projects/check-docs - Check documentation health and staleness/start-project -> /create-plan-overview/add-to-backlog or /pick-from-backlog -> /plan-iteration/implement-iteration (with optional /checkpoint-iteration)/test-iteration/finalize-iteration -> manual testing -> /document-tests/hotfix if issues found/quick-feature -> implement immediately, auto-archive/where-am-i -> instant context, /recover -> resume workThe plugin creates and manages these files in your project:
your-project/
├── docs/
│ ├── overview.md # Project overview (Layer 1)
│ └── scope-changes.md # Scope change history
├── planning/
│ ├── plan-overview.md # Strategic roadmap
│ ├── backlog.md # All pending work
│ ├── active/
│ │ ├── new-iteration.md # Current iteration items
│ │ ├── plan-iteration.md # Detailed plan
│ │ └── log-iteration.md # Implementation log
│ └── history/
│ └── iteration-XXX/ # Archived iterations
│ ├── items.md
│ ├── plan.md
│ ├── summary.md
│ ├── human-tests.md # QA checklist
│ ├── pending.md # (optional)
│ ├── fixes.md # (optional)
│ └── tests-results.md # (optional)
└── .claude/
├── CLAUDE.md # Project rules and conventions
├── workflow.md # Workflow documentation
└── documentation-rules.md # Documentation standards
The plugin includes templates in templates/:
workflow.md - Workflow process documentationdocumentation-rules.md - Documentation standardsCLAUDE.md - Next.js best practices and project rulesCopied to your project via /start-project or /sync-docs. Customize the templates in the plugin directory to apply changes to all new projects.
The workflow recommends:
iteration/XXX-description branches for iterationsquick/description branches for quick featureshotfix/XXX-description branches for hotfixes# New project
/start-project
/create-plan-overview
/add-to-backlog
# Iteration cycle
/pick-from-backlog # Select work
/plan-iteration # Plan it
/implement-iteration # Build it
/test-iteration # Test it
/finalize-iteration # Archive it
# Quick changes
/quick-feature # Small feature with auto-archive
# Session management
/where-am-i # Get oriented
/recover # Resume after interruption
/help # Learn the workflow
MIT
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders