By dirkkok101
Documentation lifecycle skills: audit existing docs for gaps and staleness (docs:audit), generate and update documentation from templates (docs:write), record architectural decisions using MADR (docs:adr). Supports Diataxis framework, AI-optimization files (CLAUDE.md, AGENTS.md, llms.txt), architecture docs (C4, arc42), and project files (README, CONTRIBUTING).
Record architectural decisions using MADR templates with full lifecycle support (Proposed, Accepted, Deprecated, Superseded). Supports full, minimal, and bare template variants. Use when making or recording architectural decisions, documenting technology choices, or capturing decision rationale. Triggers on "record this decision", "create an ADR", "document why we chose", "capture rationale".
Analyze documentation health for existing codebases. Detects structure, applies Diataxis gap analysis, checks AI-friendliness (CLAUDE.md, AGENTS.md, llms.txt), and scans for staleness. Use when joining a project, assessing documentation quality, or before a major documentation effort. Triggers on "review my docs", "what docs are missing", "audit documentation", "check doc health".
Generate and update documentation using templates for any Diataxis type (tutorial, howto, reference, explanation), AI files (CLAUDE.md, AGENTS.md, llms.txt), architecture docs (C4 context/container, system overview, Mermaid diagrams), and project files (README, CONTRIBUTING, glossary). Template-driven with idempotent updates that preserve custom sections. Use when creating or updating documentation. Triggers on "write docs for", "create a tutorial", "document the API", "generate README", "create AGENTS.md", "write architecture overview".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A complete feature development workflow for AI coding agents. Structured SDLC phases, scope-based routing, and requirement traceability from PRD through to shipped code.
Works with Claude Code, Cursor, Codex, OpenCode, and Gemini CLI.
/plugin install workflow@dirkkok-skills
git clone https://github.com/dirkkok101/skills.git ~/.codex/workflow-skills
ln -s ~/.codex/workflow-skills/skills ~/.agents/skills/workflow
gemini extensions install https://github.com/dirkkok101/skills
See .opencode/plugins/workflow.js.
/workflow:init
| Command | When to Use |
|---|---|
/workflow:init | Starting a new project, setting up docs structure |
/workflow:research | Need competitive analysis, landscape review, prior art |
/workflow:brainstorm | New feature idea, exploring approaches |
/workflow:discovery | Complex feature requiring deep domain requirements |
/workflow:prd | Writing formal product requirements |
/workflow:technical-design | Architecture, API specs, data models |
/workflow:plan | Breaking design into implementation tasks |
/workflow:beads | Creating work packages from approved plan |
/workflow:execute | Implementing from approved beads |
/workflow:review | Multi-agent code review after implementation |
/workflow:review-prd | Quality gate between PRD and design |
/workflow:review-design | Quality gate between design and plan |
/workflow:review-plan | Quality gate between plan and beads |
/workflow:review-beads | Quality gate between beads and execute |
/workflow:review-execute | Post-execution bead satisfaction verification |
/workflow:qa | Browser-based QA testing |
/workflow:benchmark | Performance benchmarking |
/workflow:security-audit | OWASP + STRIDE security audit |
/workflow:ship | Create PR with changelog and traceability |
/workflow:compound | Capture learnings for future sessions |
/workflow:diagnose | Bug investigation and root cause analysis |
/workflow:autoresearch | Automated document quality convergence |
research ─> brainstorm ─> discovery ─> prd ─> technical-design ─> plan ─> beads ─> execute
(optional) (COMP only)
execute ─> qa ─> benchmark ─> review ─> review-execute ─> security-audit ─> ship ─> compound
(opt) (opt) (opt)
Quality gates (review-*) are optional between pipeline stages.
Brainstorm classifies features and routes to the right pipeline depth:
| Scope | Pipeline |
|---|---|
| BRIEF (0-2 pts) | brainstorm → plan → beads → execute → review → ship |
| STANDARD (3-4 pts) | brainstorm → prd → technical-design → plan → beads → execute → review → ship |
| COMPREHENSIVE (5+ pts) | brainstorm → discovery → prd → technical-design → plan → beads → execute → review → ship |
| Scenario | Path |
|---|---|
| Known requirements | prd → technical-design → plan → beads → execute → review → ship |
| Technical improvement | brainstorm → technical-design → plan → beads → execute → review → ship |
| Bug fix | diagnose → fix / beads / brainstorm |
| Pre-release check | qa → benchmark → review → security-audit → ship |
Traceability Chain — Requirements trace from PRD → Design → Plan → Beads → Execute → Review. Each phase references upstream artifacts by stable FR IDs.
Intent Over Implementation — Beads carry objectives and acceptance criteria, not code. The executing agent writes code from codebase patterns.
Surgical Context — Each bead specifies exactly which files to read. Context resets between beads to prevent drift.
Self-Regulation — Execute and QA track cumulative risk scores. High scores trigger PAUSE or STOP to prevent doing more harm than good.
CONVERGE Mode — Review skills auto-fix mechanical findings and re-review until 0 FAILs or convergence. Judgment calls are escalated to the user.
Stage Gates — Every phase pauses for user approval via AskUserQuestion before proceeding. Five interaction patterns: Decision Gate, Comparison, Batch Review, Guided Review, Combined.
your-project/
├── CLAUDE.md
├── .beads/beads.db
└── docs/
├── prd/ # Requirements
├── designs/ # Technical design
├── plans/ # Implementation plans
├── execution/ # Execute manifests
├── reviews/ # Review reports
├── learnings/ # Compound learnings
├── adr/ # Architecture decisions
├── patterns/ # Coding patterns
└── architecture/ # System architecture
Required: br (beads-rust) — local issue tracking for beads
npx claudepluginhub dirkkok101/skills --plugin docsComplete feature development workflow with structured SDLC phases, scope-based routing, and requirement traceability. 22 skills covering the full software development lifecycle.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.