get_development_guidance
Turn architectural decisions and workflow recommendations into a concrete development roadmap with specific coding tasks and implementation patterns, guiding you from planning to deployment and beyond.
Instructions
Get comprehensive development guidance that translates architectural decisions and workflow recommendations into specific coding tasks, implementation patterns, and development roadmap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| developmentPhase | Yes | Current development phase | |
| adrsToImplement | No | List of ADR titles or file paths that need to be implemented in code | |
| technologyStack | No | Current technology stack (e.g., ["TypeScript", "React", "Node.js", "PostgreSQL", "Docker"]) | |
| currentProgress | No | What has already been implemented or current state of development | |
| teamContext | No | ||
| timeline | No | Development timeline or deadline constraints | |
| focusAreas | No | Specific areas to focus on (e.g., ["API design", "database schema", "testing strategy", "deployment pipeline"]) |