How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-agent-kit:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a checklist plan and initialize boulder state.
Generate a checklist plan and initialize boulder state.
.agent-kit/plans/ if missing.$ARGUMENTS and current date..agent-kit/plans/<slug>.md with sections:
- [ ] 1. ...).agent-kit/boulder.json:
version=1active=truestatus="in_progress"planPath=".agent-kit/plans/<slug>.md"currentTask set to first unchecked taskupdatedAt=<now>/claude-agent-kit:start-work.npx claudepluginhub nicholls-inc/claude-agent-kitGenerates executable Markdown implementation plans for multi-step tasks from context briefs, resolving ambiguities, ordering dependencies, and enabling parallel worker execution.
Creates structured implementation plans for multi-step tasks from specs or requirements. Generates plan.json and task markdown files with explicit code and testing steps.
Generates implementation plans with subsystem-grouped tasks for agentic execution, enabling parallel work across subsystems and context sharing within groups.