← ClaudeAtlas

st-refine-planlisted

Use when the user asks to review, refine, improve, interrogate, pressure-test, or update an existing Strikethroo plan by plan ID in this repository — triggers include refine plan, improve plan, review plan, red-team the plan, update plan. Do not use to create a new plan, to generate tasks, or for generic brainstorming outside Strikethroo.
e0ipso/strikethroo · ★ 50 · AI & Automation · score 78
Install: claude install-skill e0ipso/strikethroo
# st-refine-plan ## Inputs The user supplies the numeric plan ID conversationally, plus any optional refinement notes. ## Operating Procedure ### 1. Locate the strikethroo root Run `scripts/find-strikethroo-root.cjs` from the user's working directory. If it exits non-zero, stop and ask the user to run `npx strikethroo init`. Treat the path it prints as `<root>` for every subsequent step. Delegated execution workers skip this step and do not emit update notices. Run `scripts/check-for-updates.cjs "<root>"` as a separate command using this skill's script path. Keep the user's working directory. Read the one JSON line on stdout. When `notice` is present, retain its exact text for the final user-facing response. Never pause for permission and never run an update. ### 2. Resolve the plan Run `scripts/validate-plan-blueprint.cjs <plan-id> planFile` for the plan file's absolute path. Another field name prints that field instead. If the script exits non-zero, stop and ask the user to confirm the plan ID. Do not guess a different ID. ### 3. Load project context Read `<root>/config/STRIKETHROO.md` for this project's directory conventions. Read `<root>/config/hooks/PRE_PLAN.md` and execute its instructions before proceeding. Read `<root>/config/templates/PLAN_TEMPLATE.md`; the refined plan must still conform to it. Read `<root>/config/shared/clarification-gate.md` and apply it in the Clarification Loop. ### 4. Baseline Review Read the entire plan end-to-end without modify