conductor-feature-developlisted
Install: claude install-skill rashidee/co2-skills
# Feature Conductor — Develop
Application development orchestrator — implements full-stack code module-by-module, driven by
test specs and tracked via implementation checklists. Requires context artifacts to already
exist (use `conductor-feature-prepare` first).
## Ralph Loop Integration (AUTO-START — MANDATORY)
This skill AUTOMATICALLY starts a Ralph Loop to ensure complete implementation across all modules.
Without Ralph Loop, the implementation may stop prematurely due to context window limits, API
usage limits, or the agent incorrectly concluding work is "done enough". Ralph Loop ensures
the same prompt is re-fed after each session exit, and the agent picks up where it left off
using the IMPLEMENTATION_MASTER.md and IMPLEMENTATION_MODULE.md tracking files.
### FIRST ACTION: Start Ralph Loop
**BEFORE doing anything else** (before Phase 0, before reading any files), you MUST invoke the
Ralph Loop skill using the Skill tool. This is a blocking requirement — do NOT proceed with
any implementation work until Ralph Loop is active.
**Invoke this immediately:**
```
Skill(skill: "ralph-loop:ralph-loop", args: "/conductor-feature-develop <application> [source:<source-code-path>] [version:<version>] [module:<module>] --completion-promise \"ALL MODULES IMPLEMENTED\" --max-iterations 100")
```
Replace `<application>` and optional arguments with the actual arguments provided by the user.
**Example:** If the user invokes:
```
/conductor-feature-develop mainapp
```
Then invoke: