chore(work): finish 04-evaluate-library-skill

This commit is contained in:
2026-05-14 07:49:48 +02:00
parent b10ccba927
commit 1c6e0cefaf
2 changed files with 7 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ id: 04-evaluate-library-skill
epic: 2026-05-14-library-evaluation-policy
title: evaluate-library skill (SKILL.md + supporting files)
type: technical-story
status: todo
status: done
feature: tooling
depends-on: [01-trace-schema-foundation]
blocks: [05-human-guide]
@@ -43,4 +43,4 @@ Without a deterministic skill runbook, every agent evaluating a library does so
## Tasks
- [ ] Investigate the existing skill registration pattern (read `.claude/settings.json` and one existing skill's SKILL.md to confirm format and registration key); then write all five skill files (`SKILL.md`, `POLICY.md`, `TRACE-TEMPLATE.md`, `EXAMPLES/approved-example.md`, `EXAMPLES/rejected-trpc-to-openapi.md`) and register the skill; all gates pass on this single commit.
- [x] Investigate the existing skill registration pattern (read `.claude/settings.json` and one existing skill's SKILL.md to confirm format and registration key); then write all five skill files (`SKILL.md`, `POLICY.md`, `TRACE-TEMPLATE.md`, `EXAMPLES/approved-example.md`, `EXAMPLES/rejected-trpc-to-openapi.md`) and register the skill; all gates pass on this single commit.