← ClaudeAtlas

conductor-feature-developlisted

Application development orchestrator — orchestrates full-stack code implementation module-by-module (code + Playwright E2E tests), tracking progress in IMPLEMENTATION_MASTER.md and per-module IMPLEMENTATION_MODULE.md. Takes an application name (mandatory), with optional source code path, version and module filters. Version supports single version, comma-separated list, "all", or omit for all versions. When multiple versions are resolved, they are processed SEQUENTIALLY in ascending semver order — all modules for version N are fully implemented before version N+1 begins. Requires context artifacts (module models, HTML mockups, technical specifications, test specifications) to already exist — use "conductor-feature-prepare" first if they don't. Use this skill when the user asks to "implement the application", "start development", "build the app module by module", "orchestrate implementation", "develop from specs", "implement from test specs", or any request to systematically develop a full application from exis
rashidee/co2-skills · ★ 3 · Testing & QA · score 77
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: