feat(agents): add sys-medic infrastructure agent (KAIZEN-WP-0002 Part 1)

Integrates sys-medic as a standard kaizen-agentic agent with YAML frontmatter,
source attribution, and single-prompt format. Validated via list and validate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 21:21:36 +00:00
parent 5a59042bda
commit a573f98a4e
3 changed files with 318 additions and 6 deletions

View File

@@ -22,13 +22,13 @@ existing format.
### Tasks
- [ ] T01 — Copy `agent-sys-medic.md` into `agents/` with correct naming convention
- [ ] T02 — Add YAML frontmatter (`name`, `description`, `category: infrastructure`)
- [ ] T03 — Collapse to single prompt (remove the "Shorter version" section; the lean
- [x] T01 — Copy `agent-sys-medic.md` into `agents/` with correct naming convention
- [x] T02 — Add YAML frontmatter (`name`, `description`, `category: infrastructure`)
- [x] T03 — Collapse to single prompt (remove the "Shorter version" section; the lean
version can live as an inline note at the top of the full prompt)
- [ ] T04 — Add a source attribution comment referencing the sys-medic repo
- [ ] T05 — Validate agent loads correctly via `kaizen-agentic list` and `validate`
- [ ] T06 — Update CHANGELOG.md for the new agent addition
- [x] T04 — Add a source attribution comment referencing the sys-medic repo
- [x] T05 — Validate agent loads correctly via `kaizen-agentic list` and `validate`
- [x] T06 — Update CHANGELOG.md for the new agent addition
### Definition of done