ワンクリックで
write-documents
Apply when creating or editing INFO, SPEC, IMPL, TEST, FIX documents, STRUT plans, or CONVERSATION files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Apply when creating or editing INFO, SPEC, IMPL, TEST, FIX documents, STRUT plans, or CONVERSATION files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Provides coding style rules for Python and PowerShell. Apply when writing, editing, reviewing, or debugging code.
Apply when conducting deep research on technologies, APIs, frameworks, or other software development topics requiring systematic investigation
Apply when doing planning for long-running tasks in sessions on top level
Apply when committing code, writing commit messages, or configuring .gitignore
Apply when working with GitHub repositories, issues, PRs, or authentication
Apply when interacting with Google services (Gmail, Calendar, Drive, Tasks) via gogcli CLI
| name | write-documents |
| description | Apply when creating or editing INFO, SPEC, IMPL, TEST, FIX documents, STRUT plans, or CONVERSATION files |
This skill contains document templates, formatting rules, and writing quality standards.
Writing quality standard: All documents MUST follow:
APAPALAN_RULES.md - Precision formatting, brevity, document structure, naming conventionsMECT_WRITING_RULES.md - Voice, word choice, terminology design, heading/list construction, description typesQuality evaluation: SOCAS_RULES.md - Signs of Confusion and Sloppiness (15 criteria). Used by /verify, /critique, /improve, /research.
Translation quality: TRANSLATION_RULES.md - Quality dimensions, term pairs, prompt templates, improvement cycle. Used by /translate, /verify, /improve.
Read APAPALAN and MECT before writing any document. Read SOCAS when evaluating quality.
This skill implements:
INFO_TEMPLATE.md)SPEC_TEMPLATE.md, read SPEC_RULES.md)IMPL_TEMPLATE.md)TEST_TEMPLATE.md)FIXES_TEMPLATE.md)FAILS_TEMPLATE.md)REVIEW_TEMPLATE.md)TASKS_TEMPLATE.md)STRUT_TEMPLATE.md)SKILL_TEMPLATE.md, read SKILL_RULES.md)CONVERSATION_TEMPLATE.md, read CONVERSATION_RULES.md)CONVERSATION_RULES.md)APAPALAN_RULES.md before writing - precision first, then brevityMECT_WRITING_RULES.md before writing - voice, word choice, terminology design--- markers between sections_SPEC_CRAWLER.md [CRWL-SP01]Research and Knowledge:
_INFO_[TOPIC].md) - Research, analysis, option evaluation. Use when gathering information before making decisions. Read template: INFO_TEMPLATE.md_REVIEW_[TOPIC].md) - Structured review of existing documents. Use for /critique and /reconcile outputs. Read template: REVIEW_TEMPLATE.mdPlanning:
_SPEC_[COMPONENT].md) - Technical specifications. Use to define WHAT to build before building it. Read template: SPEC_TEMPLATE.md, rules: SPEC_RULES.md_IMPL_[COMPONENT].md) - Implementation plans. Use to define HOW to build what SPEC describes. Read template: IMPL_TEMPLATE.md_TEST_[COMPONENT].md) - Test plans. Use to define how to VERIFY what SPEC requires. Read template: TEST_TEMPLATE.mdTASKS_[TOPIC].md) - Partitioned task lists from IMPL/TEST plans. Use to break plans into discrete work items. Read template: TASKS_TEMPLATE.mdExecution Tracking:
STRUT_TEMPLATE.md_IMPL_[COMPONENT]_FIXES.md) - Fix tracking during implementation. Read template: FIXES_TEMPLATE.mdFAILS.md) - Failure log, lessons learned. Use to record mistakes and prevent repetition. Read template: FAILS_TEMPLATE.mdSession Tracking (templates from @skills:session-management):
NOTES.md) - Session notes and contextPROBLEMS.md) - Problem trackingPROGRESS.md) - Progress trackingConversation Tracking:
CONVERSATION_[COUNTERPARTY].md) - Email/WhatsApp conversation tracking. Read template: CONVERSATION_TEMPLATE.md, rules: CONVERSATION_RULES.mdWorkflow Documents:
.md in workflows/) - Agent workflow definitions. Read template: WORKFLOW_TEMPLATE.md, rules: WORKFLOW_RULES.mdSkill Documents:
SKILL.md in skills/[name]/) - Agent skill definitions. Read template: SKILL_TEMPLATE.md, rules: SKILL_RULES.mdINFO (research) → SPEC (what) → IMPL (how) → TASKS (work items)
│ │
└──> TEST (verify) ───────────┘
Each document type builds on the previous. INFO informs SPEC decisions. SPEC defines what IMPL must build. TEST verifies what SPEC requires. TASKS partitions IMPL and TEST into discrete work items.
APAPALAN_RULES.md for precision, brevity, structure, namingMECT_WRITING_RULES.md for voice, word choice, terminology, headings, listsSPEC_RULES.md (required)WORKFLOW_RULES.md (required)SKILL_RULES.md (required)CONVERSATION_RULES.md (required).pdf, .docx, .ppt), NOT slash-separated (.pdf/.docx/.ppt)_INFO_[TOPIC].md - Research, analysis, preparation documents_SPEC_[COMPONENT].md - Technical specifications_SPEC_[COMPONENT]_UI.md - UI specifications_IMPL_[COMPONENT].md - Implementation plans_IMPL_[COMPONENT]_FIXES.md - Fix tracking during implementationSPEC_[COMPONENT]_TEST.md - Test plan for specificationIMPL_[COMPONENT]_TEST.md - Test plan for implementationTASKS_[TOPIC].md - Task plans (partitioned work items)CONVERSATION_[COUNTERPARTY].md - Conversation tracking (never plain CONVERSATION.md)! prefix for priority docs that must be read firstSee [AGENT_FOLDER]/rules/devsystem-ids.md rule (always-on) for complete ID system.
Quick Reference:
[TOPIC]-[DOC][NN] (IN = Info, SP = Spec, IP = Impl Plan, TP = Test Plan)
CRWL-SP01, AUTH-IP01[TOPIC]-[TYPE]-[NN] (FR = Functional Requirement, IG = Implementation Guarantee, DD = Design Decision)
CRWL-FR-01, AUTH-DD-03[TOPIC]-[DOC][NN]-[TYPE]-[NN] (EC = Edge Case, IS = Implementation Step, VC = Verification Checklist, TC = Test Case)
CRWL-IP01-EC-01, AUTH-TP01-TC-05