What problem does it solve?
Converts vague or high-level issue descriptions into concrete, codebase-aware solution plans that include exact file references, ordered steps, and verification criteria, then attaches the result to the repository's issues record to drive execution.
Core Features & Use Cases
- Auto-detect analysis context: Includes prior analysis findings when present to ground the plan in known root cause and affected files.
- CLI-driven planning: Builds a safe, parsed prompt and runs maestro delegate with gemini or qwen to generate a structured JSON solution.
- Atomic attachment: Parses the solution, appends a history entry, and updates .workflow/issues/issues.jsonl without altering other issue fields.
- Use Case: A developer needs an actionable patch plan for ISS-20260401-001 that lists file:line targets and verification steps to hand off to implementers or automated executors.
Quick Start
Run the manage-issue-plan skill with an issue ID to generate and attach a structured, file-referenced solution plan to .workflow/issues/issues.jsonl.