adr
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill doc-refactor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/doc-refactorContext preview
The summary Claude sees to decide when to auto-load this skill.
Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.
name: doc-refactor description: "Refactor documents — simplify without losing information, visualize flows with sequenceDiagram." allowed-tools: Read, Grep, Glob, Edit, Agent
Dispatch to the dedicated `doc-refactor` agent:
Agent({
description: "Refactor document — simplify without losing information",
subagent_type: "doc-refactor",
prompt: `Refactor the document at: $ARGUMENTS
Follow the task steps and simplification standards defined in this skill.`
})For the file specified by `$ARGUMENTS`:
1. **Analyze original content**
2. **Refactor**
3. **Validate**
| File Type | Target Lines | |-----------|-------------| | CLAUDE.md | < 50 | | rules/*.md | < 30 | | agents/*.md | < 50 |
## Refactoring Result - Original: X lines - Simplified: Y lines (-Z%) ## Changes - <summary>
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…