From arclight
Turn an approved spec into a numbered, testable implementation plan. Each step has an action, files touched, verification test, and dependencies. Includes test strategy, rollback per step, and open questions deferred to implementation. Use this after design, before implementing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/arclight:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn an approved spec into an implementation plan that an executor can run step by step.
Turn an approved spec into an implementation plan that an executor can run step by step.
docs/specs/YYYY-MM-DD-<topic>.md (small / full tier) OR a 1-line design (micro tier)If pre-conditions aren't met, return immediately with status=missing_spec and the gap.
Skip the formal plan. State the change inline (file path, change summary, verification test). Return.
Walk the spec sequentially:
docs/plans/YYYY-MM-DD-<topic>.md using plan-template.mdBefore returning, check:
Fix inline.
{
"plan_path": "<path>",
"steps": <count>,
"spec_path": "<path>",
"test_strategy": { "unit": "<>", "integration": "<>", "e2e": "<>" }
}
Return control to the orchestrator. The orchestrator gates user approval before invoking implement.
npx claudepluginhub nurseapp/arclight --plugin arclightGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.