New Plugin: Agentic Coding¶
The Agentic Coding plugin is now available in the marketplace — the third plugin alongside Business-First AI and AI Registry. It packages two skills for the "discover and define" phase of AI-assisted coding: writing-vision-briefs and writing-feature-prds.
What's included¶
/agentic-coding:writing-vision-briefs — Capture a fuzzy idea as a structured Vision Brief. Walks you through the problem, users, vision, and success criteria, then breaks bigger ideas into epics and features you can build one at a time.
/agentic-coding:writing-feature-prds — Turn a Vision Brief (or a fresh idea) into a structured PRD through a 4-phase workflow:
- Define — answer questions about the feature, get a PRD at
specs/[feature-name]-prd.md - Stress-test — review for missing edge cases and ambiguous criteria
- Create issue — GitHub issue with
type:featurelabel linking to the PRD - Handoff — clear instructions to run
/feature-devfor implementation
The two skills are designed to flow together — the Vision Brief feeds directly into the PRD — but each works standalone too.
Install¶
Real-world usage¶
This plugin covers steps 0 (Discover) and 1 (Define) of the feature development workflow used to build this cookbook. The full 6-step workflow — from vision brief through planning, implementation, review, and shipping — is documented in our CLAUDE.md as a working example you can adapt for your own projects.
See the Agentic Coding plugin page for full documentation, example prompts, and a recommended CLAUDE.md workflow you can copy.