You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /align --content sub-flag to the existing /align command — runs the content allocation workflow (audit → propose → execute) interactively. Ship the methodology as a skill and the rulebook as templates so other repos get the pattern via /sync.
Implementation Approach
Extend plugins/autonomous-dev/commands/align.md:
Add --content mode section parallel to existing --docs, --project, --retrofit
Adaptation table by repo type (code / operational / knowledge)
Triggers: "where does X go", "duplicate content", "cleanup memory"
Promote Issue Implement progressive commit workflow (4 levels) #1's CONTENT_ALLOCATION.md as plugins/autonomous-dev/templates/CONTENT_ALLOCATION.md (canonical template that gets dropped into installed repos).
New template plugins/autonomous-dev/templates/CLAUDE.md.template (currently only PROJECT.md.template exists; CLAUDE.md template is genuinely missing).
Update plugin .claude/CLAUDE.md template with a 3-line section pointing to /align --content and docs/development/CONTENT_ALLOCATION.md. Auto-propagates to installed repos via /sync.
Update install path to drop new templates only when missing (never overwrite).
Acceptance Criteria
/align --content documented in commands/align.md following existing pattern
Part of Stream B of .claude/plans/content-allocation-retrofit.md. Architecture decision (sub-flag vs new Phase): chose --content sub-flag to parallel --docs/--project/--retrofit and enable standalone hygiene without forcing full retrofit. Pairs with Issue #2 (extended hook). Both block #4 (live validation).
Summary
Add
/align --contentsub-flag to the existing/aligncommand — runs the content allocation workflow (audit → propose → execute) interactively. Ship the methodology as a skill and the rulebook as templates so other repos get the pattern via/sync.Implementation Approach
plugins/autonomous-dev/commands/align.md:--contentmode section parallel to existing--docs,--project,--retrofitplugins/autonomous-dev/skills/content-allocation/SKILL.md:docs/development/CONTENT_ALLOCATION.md)plugins/autonomous-dev/templates/CONTENT_ALLOCATION.md(canonical template that gets dropped into installed repos).plugins/autonomous-dev/templates/CLAUDE.md.template(currently onlyPROJECT.md.templateexists; CLAUDE.md template is genuinely missing)..claude/CLAUDE.mdtemplate with a 3-line section pointing to/align --contentanddocs/development/CONTENT_ALLOCATION.md. Auto-propagates to installed repos via/sync.Acceptance Criteria
/align --contentdocumented in commands/align.md following existing pattern/align --contentruns end-to-end interactively (audit → propose → approve → execute).claude/CLAUDE.mdtemplate includes content allocation pointer--content, (b) skill load, (c) template-drop idempotency/align,/align --docs,/align --project,/align --retrofitunchangedNotes
Part of Stream B of
.claude/plans/content-allocation-retrofit.md. Architecture decision (sub-flag vs new Phase): chose--contentsub-flag to parallel--docs/--project/--retrofitand enable standalone hygiene without forcing full retrofit. Pairs with Issue #2 (extended hook). Both block #4 (live validation).Plugin Version: 3.50.0 (845f0f8)