grc-planner
Installation
SKILL.md
GRC Planner
Purpose
Convert GNU Radio .grc change requests into a structured, execution-ready implementation plan.
Scope
- Accept a
.grcfile and requested architecture changes. - First run an interactive readiness check.
- Produce one Markdown plan file only after all planning blockers are resolved, or after the user explicitly asks for a draft with TODOs.
- Split work into explicit phases.
- Cover block changes, parameter changes, and connection rewiring.
- Include dedicated handling for Python code changes in
Python BlockorEmbedded Python Block. - Require parameter verification for every added or modified block.
Output Requirements
- Determine
READY_TO_WRITEbefore creating or writing any plan file. - Generate exactly one plan file named
plan_{title_name}.mdonly whenREADY_TO_WRITEis true. - Write the plan body in Traditional Chinese.
- Keep all implementation details actionable and ordered by phase.
Related skills