get_workflow_guidance
Get tailored workflow guidance and tool recommendations based on your project state, goal, and available assets to create effective architectural decision records efficiently.
Instructions
Get intelligent workflow guidance and tool recommendations based on your goals and project context to achieve expected outcomes efficiently
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What you want to accomplish (e.g., "analyze new project", "document existing decisions", "security audit", "modernize legacy system") | |
| timeframe | No | Available time/effort level | |
| projectContext | Yes | Current state of your project (e.g., "new project", "existing project with ADRs", "legacy codebase", "greenfield development") | |
| availableAssets | No | What assets you already have (e.g., ["PRD.md", "existing ADRs", "codebase", "documentation", "test suite"]) | |
| primaryConcerns | No | Main areas of concern (e.g., ["security", "performance", "maintainability", "scalability", "compliance"]) |