agent-harness
Installation
SKILL.md
Agent Harness
Subcommand Routing
When invoked as /agent-harness <subcommand>, route to the appropriate workflow:
| Subcommand | Action |
|---|---|
init <name> |
Run python3 scripts/init_project.py "<name>" --project-dir "$(pwd)" |
sprint [req] |
Execute Sprint Agent workflow (see references/sprint-agent.md) |
code |
Execute Coding Agent workflow (see references/coding-agent.md) |
996 |
Execute 996 parallel orchestration (see references/996-agent.md) |
status |
Run python3 scripts/status.py --project-dir "$(pwd)" |
archive |
Run archive workflow |
force-archive |
Run force archive workflow |
help or empty |
Show available commands |