operation-manual-writer
Create standardized business operation manuals, procedures, and documentation following corporate guidelines. Use this skill when the user needs to create or update business documents such as release procedures, work instructions, operation manuals, regulations, or standard operating procedures (SOPs). Triggers include requests like "業務マニュアル作成", "手順書を書いて", "operation manual", "create procedure document", or when standardized business documentation is needed.
Best use case
operation-manual-writer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create standardized business operation manuals, procedures, and documentation following corporate guidelines. Use this skill when the user needs to create or update business documents such as release procedures, work instructions, operation manuals, regulations, or standard operating procedures (SOPs). Triggers include requests like "業務マニュアル作成", "手順書を書いて", "operation manual", "create procedure document", or when standardized business documentation is needed.
Teams using operation-manual-writer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/operation-manual-writer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How operation-manual-writer Compares
| Feature / Agent | operation-manual-writer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create standardized business operation manuals, procedures, and documentation following corporate guidelines. Use this skill when the user needs to create or update business documents such as release procedures, work instructions, operation manuals, regulations, or standard operating procedures (SOPs). Triggers include requests like "業務マニュアル作成", "手順書を書いて", "operation manual", "create procedure document", or when standardized business documentation is needed.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Operation Manual Writer
## Overview
This skill creates standardized business operation documentation (manuals, procedures, SOPs, regulations) following corporate documentation guidelines. It ensures consistent structure, clear responsibilities, and practical usability across all business documents.
## When to Use This Skill
Use this skill for creating:
- **Development procedures** (release, testing, environment setup)
- **Operation manuals** (daily reports, weekly reports, application flows, incident response)
- **Administrative procedures** (attendance, expense reimbursement, approval processes)
- **Standard Operating Procedures (SOPs)** for any business process
- **Regulations and policies** requiring standardized format
## Document Types Covered
1. **Release/Deployment Procedures**
2. **Testing Procedures**
3. **Operational Manuals**
4. **Administrative Instructions**
5. **Incident Response Guides**
6. **Policy Documents**
7. **Training Materials**
## Workflow
### 1. Gather Requirements
Ask the user to provide:
- **Purpose**: What is this document for?
- **Target audience**: Who will use this document?
- **Scope**: What processes/activities does it cover?
- **Specific steps**: What are the actual procedures (if known)?
- **Roles**: Who is responsible, who approves, who confirms?
**Example prompt**: "Please tell me: (1) document purpose, (2) target users, (3) process overview, (4) any specific steps"
### 2. Load Guidelines
**CRITICAL**: Before creating any document, read the complete guidelines:
```
references/business-document-guidelines.md
```
These guidelines define:
- Required document sections (7 mandatory headings)
- Writing style and formatting rules
- Responsibility assignment (RACI matrix)
- Version control and approval flow
- Template structure
### 3. Create Document
Follow the standard structure from guidelines:
**Mandatory sections (7 required headings):**
1. **目的 (Purpose)**: Why this document exists
2. **適用範囲 (Scope)**: Who/what it applies to
3. **責任と役割 (Responsibilities and Roles)**: RACI matrix
4. **手順・ルール (Procedures/Rules)**: Step-by-step instructions
5. **例外・注意点 (Exceptions/Cautions)**: Edge cases and important notes
6. **関連ドキュメント (Related Documents)**: References and links
7. **改訂履歴 (Revision History)**: Change log with dates
### 4. Format and Polish
Apply formatting standards:
- Hierarchical numbering (1 → 1.1 → 1.1.1)
- Definitive language (avoid "できれば", "なるべく")
- Date format: YYYY/MM/DD
- Tables and checklists for clarity
- Numbered lists for sequential steps
### 5. Save Document
Save the completed manual to the user's specified location or suggest:
```
operation-manuals/{category}/{document-name}.md
```
## Usage Examples
**Example 1: Release Procedure Manual**
User: "リリース手順書を作成してください"
Agent questions:
- What system/service is being released?
- Who performs the release? (developer, ops team, manager)
- What are the steps? (code freeze, testing, deployment, verification)
- Any approval required?
Agent creates: Structured release manual with all 7 sections
**Example 2: Daily Report Guidelines**
User: "日報の記録ルールを作成して"
Agent questions:
- Who submits daily reports?
- What information should be included?
- Where are reports submitted?
- Any review process?
Agent creates: Daily report policy document with examples
**Example 3: Incident Response Procedure**
User: "インシデント対応手順を整備したい"
Agent questions:
- What types of incidents? (system down, security, data issues)
- Who is on the response team?
- What are the escalation steps?
- Communication protocol?
Agent creates: Incident response manual with clear escalation paths
## Document Quality Standards
Every document must include:
- ✅ Clear purpose statement
- ✅ Defined scope and target audience
- ✅ RACI matrix (Responsible, Accountable, Consulted, Informed)
- ✅ Numbered, sequential procedures
- ✅ Exception handling guidance
- ✅ References to related documents
- ✅ Revision history with initial version
Avoid:
- ❌ Ambiguous language ("maybe", "preferably")
- ❌ Missing responsibility assignments
- ✅ Unnumbered procedures
- ❌ Inconsistent formatting
- ❌ Missing version control
## Resources
### references/
- **business-document-guidelines.md**: Complete guidelines for creating standardized business operation documents, including required sections, formatting rules, and templates. MUST be read before creating any business documentation.Related Skills
wiki-page-writer
Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating tech...
technical-writer
Use for documentation tasks including API docs, user guides, JSDoc comments, grammar documentation, and README updates. Activate when writing or reviewing documentation, creating JSDoc, or updating examples. For public docs in /site, pair with site-maintainer.
copywriter
Brand voice guardian and conversion-focused copywriter, specializing in direct, no-fluff copy that adapts to project's brand voice
article-writer
Edit and refine blog articles and technical posts to match a specific writing style. Use when editing markdown articles, blog posts, or technical writing. Applies conversational, direct, no-BS style with strict guidelines (no em dashes, no empty framing phrases). Best for technical content aimed at experienced developers.
api-doc-writer
Creates comprehensive API reference documentation following Diátaxis Reference pattern. Reads source code to verify every method signature, creates structured API docs with zero fabrication tolerance. Use when documenting APIs, packages, or public interfaces.
agent-technical-writer
Expert technical writer specializing in clear, accurate documentation and content creation. Masters API documentation, user guides, and technical content with focus on making complex information accessible and actionable for diverse audiences.
agent-doc-writer
Analyze code changes and recommend appropriate documentation. Evaluates git diffs to determine if changes warrant README updates, inline doc additions, or dedicated documentation files. Triggers on: document changes, what should I document, doc writer, write docs for changes, documentation recommendation.
add-manual-debt
Manually add a technical debt item to MASTER_DEBT.jsonl
absurdist-readme-writer
Toolkit for creating an entertainingly stupid README that manages to give off Tim & Eric, Steve Brule vibes while maintaining a level of technical acumen that is expected of a modern open source project. This skill applies when users request a silly or absurd README.
router-operations
Master orchestration for routing QA, testing, DevOps, observability, and git workflow questions through 15 operational skills
project-specification-writer
Generate a complete software specification document for the current project/repo, including architecture, data model, key processes, pseudocode, and Mermaid diagrams (context, container/deployment, module relations, sequence, ER, class, flowchart, state).
operational-sla-monitoring
Track, analyze, and explain operational SLA performance for banking operations functions. Use when monitoring SLA compliance, investigating SLA breaches, producing SLA performance reports, or optimizing service level targets for payment processing, account servicing, lending operations, and customer service functions.