Summary
Implement the skill infrastructure defined in specs/skills.yaml (prefix SK).
This covers restructuring .agents/skills/ into a two-tier layout (dev/
and ssvc/ subtiers), enforcing the canonical SKILL.md frontmatter format, and
wiring CI validation — all as specified in idea #1151.
Delivered in PR #1142 (commit 36bfa68).
Acceptance Criteria
Reference
Spec: specs/skills.yaml
Notes: notes/skills.md
Idea: #1151
Summary
Implement the skill infrastructure defined in
specs/skills.yaml(prefix SK).This covers restructuring
.agents/skills/into a two-tier layout (dev/and
ssvc/subtiers), enforcing the canonical SKILL.md frontmatter format, andwiring CI validation — all as specified in idea #1151.
Delivered in PR #1142 (commit 36bfa68).
Acceptance Criteria
.agents/skills/dev/or.agents/skills/ssvc/(no skills at the flat.agents/skills/level)SKILL.mdhas valid YAML front-matter with non-emptynameanddescriptionfields.github/workflows/validate_skills.ymlpasses on all existing SKILL.md filesAC-4: Expand→ tracked in Add LLM-based decision point evaluator skill and supporting library tooling #1152evaluate-decision-pointfrom WIP stub to complete skillReference
Spec:
specs/skills.yamlNotes:
notes/skills.mdIdea: #1151