원클릭으로
create-doc
Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pins and manages per-project Flutter SDK versions with FVM (Flutter Version Management). Use when the project has or needs a .fvmrc or .fvm/ directory, when contributors need a reproducible Flutter SDK, when installing FVM, pinning or switching the Flutter version, wiring FVM into VS Code or Android Studio, configuring CI to honor .fvmrc, or troubleshooting "wrong Flutter version" symptoms.
End-to-end review pipeline — creates a handoff, generates a review (self-review or paste-ready for another provider), then offers to fix findings. Use when you want to review your changes before pushing.
Build a competitive positioning matrix and strategy canvas when the user asks to analyze competitors, compare products, or assess competitive landscape
Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk
Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health
Audit a feature for WCAG 2.1 AA compliance using POUR principles when the user asks to check accessibility, audit a11y, or verify WCAG compliance
| name | create-doc |
| description | Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation |
| author | chalk |
| version | 1.0.0 |
| metadata-version | 3 |
| allowed-tools | Read, Glob, Write |
| argument-hint | [doc description] |
| read-only | false |
| destructive | false |
| idempotent | true |
| open-world | false |
| user-invocable | true |
| tags | docs, documentation, writing |
| capabilities | docs.create, chalk.docs.create |
| activation-intents | create doc, add documentation, write documentation |
| activation-events | user-prompt |
| activation-artifacts | .chalk/docs/** |
| risk-level | low |
Create a new documentation file in .chalk/docs/.
$ARGUMENTS.highest + 1..chalk/docs/<vertical>/<number>_<slug>.md.| Vertical | Directory | Use For |
|---|---|---|
| Product | product/ | Vision, strategy, user research, pricing, competitive analysis |
| AI | ai/ | Agent context, codebase orientation, prompt patterns, gotchas |
| Engineering | engineering/ | Architecture, conventions, APIs, runbooks, data flows |
| Root | .chalk/docs/ | Docs that don't fit a vertical |
If the user specifies a vertical ("engineering doc about..."), use it. If ambiguous, infer from content: technical architecture -> engineering, product strategy -> product, agent context -> ai.
<number>_<snake_case_slug>.md
0_)# <Doc Title>
Last updated: <YYYY-MM-DD> (<brief change note>)
## <First Section>
Content...
## <Next Section>
Content...
# Heading is the title## Heading for sections| Vertical | Tone | Focus |
|---|---|---|
product/ | Business-facing, concise | What and why: user problems, strategy, metrics |
ai/ | Agent-facing, reference-style | Where things are, how they work, gotchas |
engineering/ | Technical, comprehensive | Architecture, conventions, APIs, data flows |