Documentation generation workflows: ADR creation, skill generation, rule generation. Provides templates and processes for technical documentation. Triggers: ADR, documentation, architecture decision, rulify, skill generation, MADR.
Generates documentation workflows for ADRs, skills, and rules with templates and processes.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsThis skill is limited to using the following tools:
references/adr-workflow.mdreferences/rulify-workflow.mdDocumentation generation workflows for ADRs, skills, and rules.
Centralize documentation workflow patterns that were embedded in individual commands. Commands become thin orchestrators that reference this skill for documentation logic.
| Workflow | Reference | Command |
|---|---|---|
| ADR Creation | @./references/adr-workflow.md | /adr |
| Rulify | @./references/rulify-workflow.md | /rulify |
MADR format (Markdown Any Decision Record):
# ADR-NNNN: [Title]
## Status
Proposed | Accepted | Deprecated | Superseded
## Context
[What is the issue?]
## Decision
[What is the decision?]
## Consequences
[What are the results?]
Location: ~/.claude/adr/
Format: ADR-NNNN-title.md
Next number: Auto-detected from existing files
ADR (decision) → Rule (enforcement) → CLAUDE.md (integration)
1. Read ADR content
2. Extract enforceable rules
3. Generate rule file in rules/
4. Update CLAUDE.md references
| Principle | Application |
|---|---|
| Clarity > Completeness | Apply Occam's Razor |
| EN/JP Sync | Both versions must match |
| No Circular Refs | Max 3 levels deep |
| Mermaid > ASCII | Use Mermaid diagrams |
~/.claude/templates/adr/madr-template.md
~/.claude/templates/rules/rule-template.md
creating-adrs - ADR creation fundamentals/adr - ADR creation/rulify - Rule generation from ADRThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.