レストラン比喩の開発パイプライン — open → menu → order → recipe → prep → cook → serve
npx claudepluginhub litela-hq/agents-marketplace --plugin kitchenImplement features using TDD methodology (RED -> GREEN -> REFACTOR). Works through the TODO list created by /kitchen:prep.
Create an epic-level spec. Investigates codebase, clarifies requirements via structured questions, generates overview.md + scope.md under docs/specs/<epic>/.
Define the app-level vision and scope. Creates docs/specs/overview.md + scope.md as the foundation for all Epics. Run this first before any /kitchen:menu.
Create an Epic Issue on GitHub from spec documents. Summarizes the spec and links to full docs. Does NOT create task issues.
Create implementation plan with dependency graph and decompose into actionable TODO tasks from the feature spec created by /kitchen:recipe.
Clarify requirements, investigate codebase, and write detailed feature specs. Produces requirements.md and design.md under docs/specs/<epic>/<feature>/.
Review code, clean up AI slop, verify tests, and create a Pull Request. Final step after /kitchen:cook.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Technical debt reduction, dependency updates, and code refactoring automation
OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation