
from stellarlinkco
Orchestrates a five-phase, multi-agent feature development workflow (Understand, Clarify, Design, Implement, Complete) using codeagent-wrapper; manages task wor
Provides an orchestrated, phase-based workflow for structured feature development using multiple specialized agents. It initializes task directories, manages phases (Understand, Clarify, Design, Implement, Complete), and coordinates read-only analysis agents with worktree-backed implementers so code changes are produced safely and reviewed.
Trigger this skill when you want to run a structured feature development flow (e.g. /do <task>). Use it for non-trivial changes where exploration, design, parallel agent runs, and staged implementation are needed — especially when you want to preserve an isolated worktree for implementation and automatic phase updates.
scripts/ (has_scripts=true) for initializing worktrees and updating phase state.Designed for multi-agent orchestration controllers (Claude Code, codeagent-wrapper, code-architect, code-explorer, code-reviewer, develop agents).
A multi-agent feature development orchestrator skill (5-phase workflow: Understand, Clarify, Design, Implement, Complete) using codeagent-wrapper to delegate to sub-agents. SKILL.md is well-structured with clear phases, agent tables, and code examples. Scripts handle task directory management and context retrieval. setup-do.py has a broken import (from task import …) that fails when scripts are run individually — it expects task.py to be importable as a module. get-context.py works but requires an active task to function. task.py CLI itself is solid.
No security concerns — no network calls, no credential handling, no exfiltration. Scripts only manage local task directories and git worktrees. The broken import in setup-do.py is a real usability bug. The skill is niche — it's tightly coupled to the 'codeagent-wrapper' CLI tool and Claude Code's environment, limiting broad applicability.
Harness — Long-Running Agent Framework
A framework for long-running, multi-session agent tasks: progress checkpointing, failure recovery, task dependency management, and concurrency controls.
Codeagent Wrapper
Run and orchestrate codeagent-wrapper tasks across multiple AI backends (Codex, Claude, Gemini, OpenCode) for parallel code analysis, large refactors, and multi
OmO - Multi-Agent Orchestrator
Routing-first orchestrator that invokes and coordinates specialized agents for code analysis, bug investigation, planning, and implementation.