quickstart
01Agent
Run from apps/switch-console-desktop/ (the root package.json also provides dev and build aggregates that delegate via pnpm --filter).
5 tagged matrix, measured the same way as everything else here.
Agent
Run from apps/switch-console-desktop/ (the root package.json also provides dev and build aggregates that delegate via pnpm --filter).
papadopouloskyriakos/agentic-chatops
Agent Claude Code
Produce design + contracts (OpenAPI/AsyncAPI/JSON Schema) + ADRs for a greenfield feature. Wraps /plan. Use when the spec exists but design/contracts don't yet. Reads existing PROJECT.json, constitution.md, requirements.md as input.
papadopouloskyriakos/agentic-chatops
Agent Claude Code
Interview the operator and produce EARS-format requirements + PROJECT.md/.json + Gherkin acceptance scenarios. Iterates until ears-lint passes. Use this subagent when running /specify in a fresh context, especially for complex projects where the orchestrator's main context is already loaded with other content.
papadopouloskyriakos/agentic-chatops
Agent Claude Code
Atomize a designed feature into tasks.json with filesowned + dependencies + parallelizable + acceptancetest + riskscore per task. Wraps /tasks. Iterates until task-DAG + collision validators pass.