ce-plan
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Self-contained persona dispatch (no agents/ directory)
This skill is self-contained: its specialist personas live under references/personas/ and it depends on no registered subagent and no agents/ directory.
Whenever the steps below name a ce-* specialist — e.g. Task ce-<specialist>(args), "dispatch ce-<specialist>", or a persona-catalog entry:
- Read
references/personas/<name>.md. - If your harness can launch subagents (a Task/agent-dispatch tool or equivalent), launch one, passing that file's entire contents as the subagent's instructions, then append the specific args/context the step gives. When the persona's "Operating constraints" line says read-only, prefer a read-only/explore-type subagent if your harness offers one; otherwise use a general-purpose subagent.
- If your harness cannot launch subagents, apply the persona inline: adopt the persona file as your own instructions for that step, complete it, then return to this skill's flow.
- Honor the persona's "Operating constraints" line in either mode (tool/model limits are NOT otherwise enforced once de-plugin-ified). Dispatch independent personas in parallel when your harness supports it; personas never spawn further subagents.
Create Technical Plan
Note: The current year is 2026. Use this when dating plans and searching for recent documentation.
ce-brainstorm defines WHAT to build. ce-plan defines HOW to build it. ce-work executes the plan. A prior brainstorm is useful context but never required — ce-plan works from any input: a requirements doc, a bug report, a feature idea, or a rough description.