adr
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value.
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill project-brief --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/project-briefContext preview
The summary Claude sees to decide when to auto-load this skill.
Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value.
name: project-brief description: "Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value." allowed-tools: Read, Grep, Glob, Write, Agent
Agent({
description: "Convert technical spec into PM/CTO executive summary",
subagent_type: "brief-writer",
prompt: `Convert the following tech spec into a PM/CTO-readable executive summary.
Follow the conversion rules and execution flow defined in this skill.`
})$ARGUMENTS
| Tech Spec Section | PM/CTO Summary Treatment | |-------------------|--------------------------| | Trust boundary diagram | Simplify to 3-layer arch | | Code analysis | Remove | | Reusable modules | Remove | | System architecture | Keep (simplified) | | Implementation roadmap | Keep | | Key design decisions | Remove | | Alternative comparison | Keep | | Risks & mitigations | Keep | | Timeline | Keep | | Immediate actions | Simplify to decision points |
# [Project Name] Executive Summary ## Project Overview > One sentence: what, why, and value ## Current State vs Target | Dimension | Current | Target | |-----------|---------|--------| ## Solution Evaluation | Solution | Pros | Cons | Recommendation | |----------|------|------|----------------| ## Architecture Overview (Simplified system diagram, 3 layers max) ## Milestones | Week | Deliverable | Dependencies | |------|-------------|--------------| ## Risk Summary | Risk | Impact Level | Mitigation | |------|-------------|------------| ## Resource Requirements - **Headcount**: - **Timeline**: - **External Dependencies**: ## Decision Points > Items requiring PM/CTO decision - [ ] Decision 1: - [ ] Decision 2:
By default, save to the same directory as the original file with a `-brief` suffix. Example: `docs/features/xxx/architecture.md` -> `docs/features/xxx/architecture-brief.md`
If `$ARGUMENTS` contains `--output <path>`, save to the specified location.
Language: English | 繁體中文 | 简体中文 | 日本語 | 한국어 | Español The harness layer for Claude Code. Let the model choose the path. Keep "done" verifiable. Full control plane on Claude Code. Skills-only distribution for Codex CLI and other compatible agents.
Repo: sd0xdev/sd0x-dev-flow
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration points, and architecture decisions. Reads…
Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules, docs, or skills during development. Not…
Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict (OK/WARN/FAIL) + gap roadmap + debate proof. Use…
Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore).…
Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest to the same version. Use when: user says…