What You Get After Installation
Installing the CLI gives you a command-line workflow for human-in-the-loop agentic software development.
Core Capabilities
- Create structured runs tied to repository + task definitions.
- Create sprint plans with explicit goals and ownership.
- Track run status and step progression.
- Approve critical gates before execution advances.
- Create orchestrator handoffs to specialist agent roles.
- Record handoff completion back into auditable logs.
- Preflight-check MCP server availability for planned capability work.
- Fallback to local offline documentation capture via existing scraper scripts.
- Generate artifacts for planning, patching, testing, review, and PR drafting.
- Maintain auditable run history and timeline events.
Artifacts You Receive
PLAN.md: scoped implementation planPATCH.diff: proposed code diffTEST_REPORT.md: validation summaryREVIEW.md: quality/security review notesPR_DRAFT.md: merge-ready PR draft textartifacts/sprints/<SPRINT_ID>/SPRINT-PLAN.md: sprint goals + ownershipC:\code\_agent-instructions\HANDOFF.md: handoff entries from orchestratorC:\code\_agent-instructions\TASK-COMPLETE.md: completion notes from agentsC:\code\_agent-instructions\offline_reference\...: local captured documentation for offline-first workflows
Human-in-the-Loop by Default
Runs pause at approval gates (plan, apply_patch, pr) so your team can review before moving forward.
Agent handoffs are auditable end-to-end: orchestrator messages, role completions, sprint artifacts, and capability preflight checks are all captured for traceability.
Next: see concrete command patterns in Examples.