Issues live in GitHub Issues on UnknownObject777/cchenhao-coding-tui (use the gh CLI). See docs/agents/issue-tracker.md.
Default canonical labels: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.
Single-context: one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.
When a spec or ticket set involves a large change (multi-file, spans modules, or architecturally significant), implement it through the /implement workflow (mattpocock/skills): TDD at pre-agreed seams, regular typechecking and single-file test runs, a full test suite pass at the end, then /code-review before committing. Small changes may be implemented directly.
After every commit is pushed to the remote, run /code-review on that commit (fixed point: the commit's parent or the previous remote head) and resolve any findings before starting the next piece of work.
After each milestone completes, run /improve-codebase-architecture to surface deepening opportunities before moving on to the next milestone.