project-dev

Coordinates sub-agents to autonomously execute multi-step plans with durable tracking files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill project-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-dev
Source: https://github.com/mlamla123/openclaw-starter-kit/tree/main/skills/project-dev
Command: npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill project-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinating large, multi-step projects across teams can be error-prone and slow. This Skill provides an autonomous, sub-agent driven workflow that guides ideation, planning, implementation, reviews, and completion while preserving durable state for recovery after interruptions.

Core Features & Use Cases

  • Structured brainstorm → plan → implement → review cycles with explicit task ownership
  • Overnight/execution workflow (RUNNER.md) with 3-concurrent sub-agents, quality gates, and PROGRESS.md/CONTEXT.md tracking
  • Cross-model review requirements and gate-driven ship process to ensure reliable delivery

Quick Start

Run RUNNER.md to start the overnight workflow and monitor PROGRESS.md for status.

Frequently Asked Questions about project-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate complex multi-step projects with sub-agents autonomously?

You can orchestrate complex projects by coordinating sub-agents to execute multi-step plans autonomously using structured waves, quality gates, and rollback procedures. This enforces task ownership across brainstorm, plan, implement, and review cycles.

What is the best way to track project state for overnight execution workflows?

The best way to track overnight execution is using durable tracking files like PROGRESS.md, CONTEXT.md, and QA-REPORT.md. These files preserve state for recovery after interruptions and monitor status during autonomous sub-agent execution.

Can I run feature development phases while AFK using sub-agent coordination?

Yes, you can run feature development phases while AFK by initiating an overnight workflow. This uses concurrent sub-agents with gate-driven ship processes and cross-model review requirements to ensure reliable delivery without active monitoring.

How does the quality gate process work during multi-phase migrations?

The quality gate process works by enforcing structured waves and completion criteria during multi-phase migrations. Cross-model reviews and rollback procedures are required before advancing, ensuring reliable autonomous delivery and verifiable quality.

Do I need specific dependencies to coordinate long-running initiatives with autonomous agents?

No specific dependencies are required to coordinate long-running initiatives. The workflow operates autonomously using built-in scripts and reference components to manage durable state tracking and sub-agent orchestration.

When should I avoid using sub-agent orchestration for project planning?

You should avoid sub-agent orchestration for simple, single-step tasks that do not require durable state tracking, multi-phase planning, or autonomous overnight execution, as the structured waves and quality gates add overhead for minor workflows.