From radcad
Use during the Apply phase of a Full-tier radcad job — execute the numbered work tasks in plan.md's Tasks section (not the V-prefixed verify tasks), check boxes immediately after each completion, write generated artifacts under resources/generated/, and pause on ambiguity or plan-wrong discoveries. Invoke after Design has written plan.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/radcad:applyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply is phase 3 of the four-phase loop. It executes the **numbered work tasks** in `plan.md`'s Tasks section. V-prefixed verify tasks are skipped here — those belong to Verify.
Apply is phase 3 of the four-phase loop. It executes the numbered work tasks in plan.md's Tasks section. V-prefixed verify tasks are skipped here — those belong to Verify.
Apply does not plan. It does not check V-tasks. If it discovers a missing work task or a wrong criterion, it pauses and returns to Design with a visible revision note.
jobs/<slug>/plan.md. It already exists (Design wrote it). If not, STOP — you're in the wrong phase; back to Design.Working on 3/7: <description>.- [ ] → - [x] on that task in plan.md. Not at the end of the batch.resources/generated/<slug>/<file> with the required frontmatter (generated_by, generated_at, purpose). Link them from the relevant task as a sub-bullet:
- [x] 3. Draft the itinerary v1
- resources/generated/<slug>/itinerary-v1.md
plan.md in place with a visible revision note, then resume Apply against the revised plan.V1., Apply is done. Advance to Verify.jobs/<slug>/plan.md (- [ ] → - [x]).resources/generated/<slug>/<any> (with frontmatter).memory/* — Verify privilege, only on a fully-passing job.TODO.md entries to ## Done — Verify privilege, only on full pass.plan.md and picking up the next unchecked numbered task.You exit Apply when every numbered work task in plan.md is - [x] and the next unchecked task is a V-task. Advance to Verify.
npx claudepluginhub radishbuild/radcad --plugin radcadGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.