From cdocs
Implement an accepted proposal with structured execution, devlog tracking, and frequent commits
How this skill is triggered — by the user, by Claude, or both
Slash command
/cdocs:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement a ready proposal.
Implement a ready proposal.
Usage: User-invoked when a proposal has been reviewed and accepted (status: implementation_ready).
Claude may also suggest implementation when it encounters an implementation_ready proposal.
/cdocs:implement cdocs/proposals/2026-01-29-topic.md
Directly begin implementing the specified proposal.
/cdocs:implement
Scan cdocs/proposals/ for documents with status: implementation_ready.
Present the list to the user and ask which proposal to implement.
If no proposals are implementation_ready, report that and suggest checking /cdocs:status --type=proposal.
$ARGUMENTS or scan and present implementation_ready proposals./cdocs:devlog for the implementation session.
task_list to match the proposal's task_list.rules/workflow-patterns.md when applicable)./cdocs:review from a subagent after each phase to catch issues early./cdocs:report for research topics not covered by the proposal to find answers without losing your focus.status: review_ready./cdocs:review the entire body of work and integrate the feedback.The implementor should follow these conventions throughout:
feat:, fix:, refactor:, docs:, etc.)./cdocs:review when implementation is complete and ready for evaluation./cdocs:report if the implementation reveals findings worth documenting separately.> NOTE(author/workstream): callouts in the devlog for deviations (ie > NOTE(opus/cdocs/haiku_subagent)).Implemetation should:
implementation_ready -> implementation_wip for duration./cdocs:review loops until accepted or escalation needed
NOTE: Reviewer here should focus on code and verification records in the devlog
implementation_accepted if and when the human user accepts the implementation.npx claudepluginhub weftwiseink/clauthier --plugin cdocsExecutes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.
Implements approved plans from .claude/scratchpad files by reading code fully, executing phases sequentially, verifying work, and updating checkboxes.
Executes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.