Product & Engineering section, ADRs, and platform agent examples¶
Three updates this week: a new documentation section for non-technical readers, a cleaner development workflow, and platform-specific agent implementation guides.
Product & Engineering section¶
A new top-level section covering software engineering and product management concepts written for people who are new to building software. Six pages cover the Software Development Lifecycle, Product Requirements Documents, User Stories & Acceptance Criteria, Roadmaps & Prioritization, Stakeholder Management, and Project Tracking with GitHub. Each page includes a section on how AI changes the practice.
Architecture Decision Records¶
New page: Architecture Decision Records explains what ADRs are, when to write one, and provides a simple template. The Agentic Coding workflow template now includes ADR reminders in the Discover, Define, and Plan steps — so decisions get captured as they happen, not reconstructed months later.
Platform-specific agent implementation guides¶
The Business-First AI building-workflows skill now generates platform-specific implementation guides when building agents. New pages for Claude, OpenAI, Google Gemini, and M365 Copilot show how to take a workflow design and implement it on each platform.
Agentic Coding plugin fixes¶
The /agentic-coding:writing-vision-briefs and /agentic-coding:writing-feature-prds slash commands now resolve correctly — the old command: frontmatter field was deprecated and the commands weren't working. Spec file paths are now standardized: PRDs use -prd.md, plans use -plan.md, and architecture decisions go in specs/decisions/.