feat: v5.0.0 — AOD Lifecycle + GitHub Projects Board#2
Open
davidmatousek wants to merge 1 commit intomainfrom
Open
feat: v5.0.0 — AOD Lifecycle + GitHub Projects Board#2davidmatousek wants to merge 1 commit intomainfrom
davidmatousek wants to merge 1 commit intomainfrom
Conversation
BREAKING CHANGES: - Command namespace unified: /pdl.* + /triad.* → /aod.* - All 14 old command files deleted, 16 new aod.* commands added - 9 old skill directories deleted, 10 new aod-* skills added Feature 010 — AOD Lifecycle Formalization: - Unified /aod.* command namespace with 16 lifecycle commands - /aod.plan router auto-detects spec/project-plan/tasks sub-step - 3 governance tiers: Light (2 gates), Standard (6), Full (all) - GitHub Issue + label lifecycle tracking across 5 stages - New scripts: github-lifecycle.sh, backlog-regenerate.sh, migrate-backlog.sh - Guides renamed: PDL_TRIAD_* → AOD_LIFECYCLE/QUICKSTART/MIGRATION Feature 011 — GitHub Projects Lifecycle Board: - Visual kanban board via GitHub Projects (v2) with 5 AOD columns - Auto-add/move issues on stage transitions - 7-level graceful degradation (board never blocks core workflow) - Prerequisites: gh CLI 2.40+, project OAuth scope Sync details: - Source: product-led-spec-kit (main @ 5b6d59f) - Method: scripts/extract.sh --sync + manual stale file deletion - Preserved: .github templates, CODE_OF_CONDUCT, CONTRIBUTING, ARTICLE_SERIES - Reset: PRD INDEX, IDEAS, USER_STORIES to template state - Fixed: stale /triad.* refs in example feature specs and PRD template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/aod.*command namespace replaces/triad.*+/pdl.*— 14 old commands deleted, 16 new commands addedDetails
Breaking Changes
/triad.prd/aod.define/triad.specify/aod.spec/triad.plan/aod.project-plan/triad.tasks/aod.tasks/triad.implement/aod.build/triad.close-feature/aod.deliver/pdl.idea/aod.discover/pdl.score/aod.scoreNew Capabilities
/aod.plan— intelligent router auto-detects Plan sub-step/aod.status— backlog snapshot and stage summarystage:*labels for lifecycle trackingFiles Changed
scripts/extract.sh --syncTest plan
/triad.*and/pdl.*command files deleted/aod.*command files present (16 commands)/triad.or/pdl.refs outside migration/history docsproduct-led-spec-kitrefs outside CHANGELOG/extract scriptmake checkpasses on clean clone🤖 Generated with Claude Code