Skip to content
Development
Skill

/project-brief

Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value.

From plugin
sd0x-dev-flow
18899 skills16 agents5 hooks
Install
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill project-brief --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/project-brief

Context 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.

SKILL.md

project-brief.SKILL.md
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

Project Brief

Trigger

  • Keywords: executive summary, project brief, PM summary, CTO summary, project-brief

When NOT to Use

  • First-principles briefing (use `/fp-brief`)
  • Technical spec writing (use `/tech-spec`)
  • Document review (use `/codex-review-doc`)

Agent Dispatch

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.`
})

Input

$ARGUMENTS

Conversion Rules

| 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 |

Execution Flow

Step 1: Read Technical Spec

  • Read the specified tech spec file
  • Identify the core value proposition

Step 2: Extract Key Information

  • Project overview: one sentence on what, why, and value
  • Current state vs target comparison
  • Solution evaluation (keep pros/cons comparison)
  • Milestone timeline
  • Risk summary
  • Resource requirements

Step 3: Simplify Technical Details

  • Remove code snippets
  • Remove internal module names
  • Remove technical implementation details
  • Keep business logic descriptions

Step 4: Produce Executive Summary

Output

# [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:

Save

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.

Read more
Ships withsd0x-dev-flow

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.

Get the whole plugin

Other skills on sd0x-dev-flow.