Blog Content Review and Corrections
Date
ImpactHigh
Decisions
D1: Tier classification SSoT = agents/commands/*.md
- Context:
meet-the-agents.mdxandorchestration-structure.mdxhad inconsistencies in Palette's Tier and Tier 3 label ("Support" vs "Enhancement"). A reference point was needed to resolve conflicts between blog posts. - Choice: Adopt the
[Tier N — Label]declaration on the first line ofagents/commands/{name}.mdas the SSoT. Blogs, documentation, and planning materials follow this value. - Alternatives: Adopt orchestration-structure.mdx as authoritative (blog-first) / Declare separately in MEMORY.md (memory is a snapshot, not suitable) — both rejected.
- Code Paths:
agents/commands/palette.md,agents/commands/*.md,blog/content/adr/meet-the-agents.mdx,blog/content/adr/orchestration-structure.mdx
D2: Blog series reorganization — ADR number-based → topic-based 6 posts
- Context: Existing
adr-001~005.mdxhad weak narrative flow from a reader perspective due to ADR number listing. Reorganization was already underway in Sprint 67 but cross-references/Tier consistency had not been verified and were left in the working tree. - Choice: Finalize as 6 topic-based series and complete consistency in Sprint 68.
- agent-orchestration-solo-dev (intro)
- system-architecture-overview
- orchestration-structure
- cicd-ai-guardrails
- meet-the-agents
- sprint-journey (retrospective)
- Alternatives: Maintain ADR number system — rejected due to poor reader navigation.
- Code Paths:
blog/content/adr/*.mdx
Patterns
P1: Document Tier/naming consistency validation is grep-based from agents/commands/
- Where:
[Tier \ddeclarations inagents/commands/*.md - When to Reuse: When writing/modifying documents describing the agent system (blog, README, ADR), first grep
agents/commands/*.mdto confirm the SSoT. If conflicts arise between documents, correct according to the SSoT.
P2: Blog series link text matches each post's frontmatter title
- Where: "Previous post/Next post" links in
blog/content/adr/*.mdx - When to Reuse: When link text differs significantly from the actual post title, readers can misunderstand the next post's content. Always verify frontmatter
titleand link text consistency when adding/modifying series posts.
Metrics
- Commits: 2 (cb86dec, 37ccf38)
- Files changed: 16 (+2446/-571)
- Blog post reorganization: 5 deleted + 6 new + 3 content corrections
- Sprint ADR archive augmentation: Sprint 63~67