Major release: unify on a single skill layer.
Highlights
- Single skill layer. The commands layer is gone — every capability is now a skill, user-invocable via
/groundwork:<name>and, where appropriate, model-invocable. - Full lifecycle coverage. Skills now span discovery → domain modeling → architecture → planning → TDD → debugging → validation → shipping, with the new
using-groundworklifecycle router and shared references/checklists. - Hardened export installer.
install-skills.shis now fail-closed and portable (bash 3.2 + BSD sed), with parity/leakage tests guarding skill↔config alignment.
Also in this release
- Store plans locally; pass plan/task to
task-executorby path rather than inline content. - Add cloud-infrastructure and conventions reviewers; review/checker agents gained dual-output mode (file + stdout).
- Switch project-state isolation from session-id to terminal pane so concurrent panes don't clobber each other.
- Fix SubagentStop hook flagging every agent's output as empty.