From beta-planning
Writes the Plan tab and backfills AC traceability for a beta task. Use when 'beta plan', 'beta new plan', 'write beta plan', or after beta solution is approved. Not for markdown plans (use new-plan instead).
How this skill is triggered — by the user, by Claude, or both
Slash command
/beta-planning:beta-new-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read plan.html and context.md, enrich context with git history, write the Plan tab, and backfill AC traceability.
Read plan.html and context.md, enrich context with git history, write the Plan tab, and backfill AC traceability.
Part of the beta planning workflow. See references/beta-workflow-overview.md for the full pipeline.
Find task folder -- identify the active task from recent context, user input, or by scanning docs/tasks/ for the latest folder. Read plan.html (all tabs) and context.md.
Enrich context -- spawn a subagent to add historical context:
CB3 (History):
docs/tasks/ for related completed tasksMerge findings into context.md -- append a Related Tasks section if one doesn't exist, or update it. Verify that file paths from the Solution tab and existing context.md still hold (flag any that have drifted).
Design execution phases -- using the Requirements, Verification, and Solution tabs plus context.md:
Write Plan tab -- insert <pd-tab name="Plan"> into plan.html after the Solution tab.
See references/tab-plan.md for the tab structure and rules.
<pd-ac> card:
phases to the comma-separated phase numbers that cover this acceptance criterion (e.g. phases="1,2")tests to the comma-separated test file paths from the solution (e.g. tests="src/feature.test.ts")docs/tasks/$ID-$NAME/) manually when ready -- /commit-task and /review-task do not yet support the beta HTML format."npx claudepluginhub mistakenot/skills --plugin beta-planningProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.