chore(work): decompose 2026-05-14-library-evaluation-policy epic
Decomposer produced 9 stories under docs/work/2026-05-14-library- evaluation-policy/, ordered to land the schema foundation first and the cross-referencing content (skill, guide, backfill) last: 01 - trace schema module + docs/library-decisions/ foundation 02 - pre-commit check script 03 - Claude PreToolUse / PostToolUse hooks 04 - evaluate-library skill 05 - human guide (docs/guides/adding-a-library.md) 06 - sandcastle reviewer prompt update 07 - generator pre-shipped traces for optional cores 08 - backfill traces for existing runtime deps 09 - CLAUDE.md Key Conventions bullet Anchored by ADR-022 + the approved PRD at docs/work/prds/2026-05-14-library-evaluation-policy.prd.md.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"updated_at": "2026-05-14T04:41:30.276Z",
|
||||
"updated_at": "2026-05-14T04:52:04.048Z",
|
||||
"epics": {
|
||||
"2026-05-13-binder-wrap-helper": {
|
||||
"status": "done",
|
||||
@@ -39,6 +39,105 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"2026-05-14-library-evaluation-policy": {
|
||||
"status": "in-progress",
|
||||
"title": "Library evaluation policy — skill, traces, enforcement stack",
|
||||
"prd": "docs/work/prds/2026-05-14-library-evaluation-policy.prd.md",
|
||||
"stories": {
|
||||
"01-trace-schema-foundation": {
|
||||
"status": "in-progress",
|
||||
"title": "Trace schema module + docs/library-decisions/ foundation",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [],
|
||||
"blocks": []
|
||||
},
|
||||
"02-pre-commit-check-script": {
|
||||
"status": "todo",
|
||||
"title": "Pre-commit check script for library trace presence",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"01-trace-schema-foundation"
|
||||
],
|
||||
"blocks": [
|
||||
"06-sandcastle-reviewer-prompt"
|
||||
]
|
||||
},
|
||||
"03-claude-hooks": {
|
||||
"status": "todo",
|
||||
"title": "Claude PreToolUse / PostToolUse hooks for library-policy nudge",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [],
|
||||
"blocks": []
|
||||
},
|
||||
"04-evaluate-library-skill": {
|
||||
"status": "todo",
|
||||
"title": "evaluate-library skill (SKILL.md + supporting files)",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"01-trace-schema-foundation"
|
||||
],
|
||||
"blocks": [
|
||||
"05-human-guide"
|
||||
]
|
||||
},
|
||||
"05-human-guide": {
|
||||
"status": "todo",
|
||||
"title": "Human reading-room guide — docs/guides/adding-a-library.md",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"04-evaluate-library-skill"
|
||||
],
|
||||
"blocks": [
|
||||
"09-claude-md-update"
|
||||
]
|
||||
},
|
||||
"06-sandcastle-reviewer-prompt": {
|
||||
"status": "todo",
|
||||
"title": "Sandcastle reviewer prompt — Library-trace check section",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"02-pre-commit-check-script"
|
||||
],
|
||||
"blocks": []
|
||||
},
|
||||
"07-generator-pre-shipped-traces": {
|
||||
"status": "todo",
|
||||
"title": "Generator templates — pre-shipped traces for optional core packages",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"01-trace-schema-foundation"
|
||||
],
|
||||
"blocks": []
|
||||
},
|
||||
"08-backfill-traces": {
|
||||
"status": "todo",
|
||||
"title": "Backfill library traces for existing feature- and core-tier runtime deps",
|
||||
"ac_total": 4,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"01-trace-schema-foundation"
|
||||
],
|
||||
"blocks": []
|
||||
},
|
||||
"09-claude-md-update": {
|
||||
"status": "todo",
|
||||
"title": "CLAUDE.md Key Conventions — library policy bullet",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"05-human-guide"
|
||||
],
|
||||
"blocks": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"template-reset-v1": {
|
||||
"status": "done",
|
||||
"title": "Template reset — strip setup-process noise + archive history",
|
||||
@@ -55,7 +154,75 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ready": [],
|
||||
"blocked": [],
|
||||
"ready": [
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "01-trace-schema-foundation",
|
||||
"title": "Trace schema module + docs/library-decisions/ foundation"
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "03-claude-hooks",
|
||||
"title": "Claude PreToolUse / PostToolUse hooks for library-policy nudge"
|
||||
}
|
||||
],
|
||||
"blocked": [
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "02-pre-commit-check-script",
|
||||
"title": "Pre-commit check script for library trace presence",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/01-trace-schema-foundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "04-evaluate-library-skill",
|
||||
"title": "evaluate-library skill (SKILL.md + supporting files)",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/01-trace-schema-foundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "05-human-guide",
|
||||
"title": "Human reading-room guide — docs/guides/adding-a-library.md",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/04-evaluate-library-skill"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "06-sandcastle-reviewer-prompt",
|
||||
"title": "Sandcastle reviewer prompt — Library-trace check section",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/02-pre-commit-check-script"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "07-generator-pre-shipped-traces",
|
||||
"title": "Generator templates — pre-shipped traces for optional core packages",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/01-trace-schema-foundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "08-backfill-traces",
|
||||
"title": "Backfill library traces for existing feature- and core-tier runtime deps",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/01-trace-schema-foundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "2026-05-14-library-evaluation-policy",
|
||||
"story": "09-claude-md-update",
|
||||
"title": "CLAUDE.md Key Conventions — library policy bullet",
|
||||
"waiting_on": [
|
||||
"2026-05-14-library-evaluation-policy/05-human-guide"
|
||||
]
|
||||
}
|
||||
],
|
||||
"needs_prd_ship": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user