From radcad
Use during the Explore phase of a Full-tier radcad job — read memory lazily, pull sources into resources/fetched/, confirm intent, and STOP before writing any job artifact. Invoke when starting a new Full job or when the user's request requires clarification before planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/radcad:exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explore is phase 1 of the four-phase loop. Its output is **understanding**, not artifacts. You are reading, not writing to `jobs/`.
Explore is phase 1 of the four-phase loop. Its output is understanding, not artifacts. You are reading, not writing to jobs/.
MEMORY.md. Read it once, in full. It's designed to be thin.memory/*.md files are actually relevant. Read only those. Do NOT read every file in memory/.resources/fetched/<slug>.md with the required frontmatter (source, fetched_at, fetched_by — the job slug, or literal light if this turns out to be Light).jobs/<slug>/plan.md yet.resources/fetched/<slug>.md (or binary + .meta.yaml sibling) for any source pulled during Explore.jobs/.memory/.MEMORY.md.TODO.md.AGENTS.md itself.MEMORY.md descriptors are the index; use them.MEMORY.md, pick what's relevant by descriptor.You exit Explore when you have enough clarity to write a plan.md with at least one concrete, testable acceptance criterion. Advance to Design.
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.