entity-skill-learner
Purpose
Update project-skills from review findings, test failures, health reports, memory entries, and verifier reports.
When To Use
- learn from review
- update skill
- skill lesson
Workflow
- Parse the source report and map findings to project-skills.
- Classify lessons as anti-patterns, checklist changes, template changes, workflow changes, or architecture rules.
- Respect manual sections and autonomy policy.
- Increment version and append
skill-changelog.mdentries with provenance.
Local-First Rules
- Start from
.metaproject/index.mdand.metaproject/skills/catalog.md. - Prefer project-local skills under
.metaproject/project-skillsand.metaproject/skills/gdskills. - Use
gdgraph,gdctx,gdwiki, Code Health, and Documentation Memory when they provide narrower context. - Treat external/global skills only as explicit fallback when local Metaproject does not provide the capability.
- Verify conclusions against source files before reporting or editing.