document-drafting

Write Markdown business document bodies following type-specific structural requirements.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/devbasex/ai-plugins --skill document-drafting-devbasex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: document-drafting
Source: https://github.com/devbasex/ai-plugins/tree/main/plugins/ndf/skills/document-drafting
Command: npx skills add https://github.com/devbasex/ai-plugins --skill document-drafting-devbasex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Business documents like proposals, approval requests, and reports often miss critical sections or bury key answers, forcing readers to hunt for decisions. This Skill writes the body of a business document in Markdown according to what its type requires, so every document contains the sections its readers expect. ## Core Features & Use Cases - Type-driven drafting: Loads exactly one reference per document type (proposal, decision/approval, periodic report, metric definition, operations manual, briefing) and writes only what that type demands. - Consistent reference structure: Every type reference defines required sections, forbidden sections, the reader's first question, and common omissions, so drafting follows a repeatable checklist. - Separation of concerns: Handles only "what to write" — prose quality stays with markdown-writing, layout with design, output generation with release, and source attribution with document-sources. - Use Case: You need an approval request (稟議書) for a new vendor contract. The Skill reads the decision-type reference and produces a Markdown draft with subject including amount and period, cost breakdown with tax treatment, payment terms, rationale, responsibility assignments, and approval routing. ## Quick Start Use the document-drafting skill to write a proposal document for migrating our internal wiki to a new platform.

Frequently Asked Questions about document-drafting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a business proposal document with AI?▼

Provide the document type and the Skill loads the proposal reference, which mandates sections like the proposal summary, current situation with sourced figures, expected change, schedule, costs, and the specific decision requested. It places the what, cost, and timeline answers at the top.

What sections should an approval request (稟議書) contain?▼

An approval request needs a subject with amount and period, cost total with breakdown and tax treatment, duration, payment terms, rationale including consequences of not proceeding, responsibility assignments, and the approval routing order.

How is a metric definition document different from a periodic report?▼

A metric definition fixes what is measured: unique name, formula with exclusion conditions, data source, update frequency, target-setting method, and audience. A periodic report fills values into a fixed frame and focuses on deltas, causes, and next actions.

Does this Skill handle document layout and styling?▼

No. Layout, fonts, and per-page information density belong to the design skill, and output format generation belongs to the release skill. This Skill only decides what content to write, keeping sources free of presentation markup.

What are common omissions in business documents?▼

Each type reference lists real omissions: proposals missing the decision requested, reports lacking period-over-period deltas, manuals without verification steps, and metric definitions without exclusion conditions or closing timing.