一键导入
craft-authoring
Required when running /craft. Provides Workflow / Skill / Prompt scaffolds and quality guardrails using judgment-driven criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Required when running /craft. Provides Workflow / Skill / Prompt scaffolds and quality guardrails using judgment-driven criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | craft-authoring |
| description | Required when running /craft. Provides Workflow / Skill / Prompt scaffolds and quality guardrails using judgment-driven criteria. |
This skill carries the execution detail of /craft.
/craft defines direction; this file defines landing. Direction without landing becomes rhetoric. Landing without direction becomes mechanical output.
Judgment bar:
Split from
output-contract: This file covers scaffolds for workflows/skills/prompts only. Shared on-disk spec, parent/child delegation, and single-writer rules live in.agents/skills/output-contract/SKILL.md.
CLI install manifest: what copies onanws init, registry +BUNDLE_POLICYboundaries—readreferences/BUNDLE_POLICY.md.
---
description: [one-line purpose]
---
# /name
<phase_context>
You are **[role]**.
**Mission**: …
**Capabilities**: …
**Constraints**: …
**Relationship to user**: …
**Output Goal**: `path`
</phase_context>
---
## CRITICAL Writing Constraints
> [!IMPORTANT]
> Writing constraints are defined in `/craft` and should not be duplicated here.
---
## Step 1: [Title]
### What
...
### Why
...
### How to Validate
- ...
- ...
---
<completion_criteria>
- [observable done condition]
</completion_criteria>
description is the trigger)---
name: kebab-name
description: When [concrete trigger scenario], load this skill. [Capability summary]
---
# Title
## What
...
## Why
...
## How to Validate
- Input contract: ...
- Output contract: ...
Bad description: capability slogan.
Good description: precise trigger boundary.
Judgment bar:
A strong description behaves like a gate, not a banner.
It defines both when to activate and when not to activate.
# Title
## What
...
## Why
...
## How to Validate
- Constraints: ...
- Output format: ...
| Mechanism | Use |
|---|---|
[!IMPORTANT] | non-skippable node |
## CRITICAL | loud boundary |
you **must** | hard action |
<completion_criteria> | definition of done |
Strong constraints explain at least: what, why, and drift signal.
Use sequential-thinking for 3-5 thoughts to cover goals, risks, I/O, and where research lands.
Quick checks:
Judgment bar:
If a paragraph cannot tell the executor what to do, it is noise.
If it cannot tell why, it is command theater.
If it cannot tell how to verify, it is wishful writing.
Structure:
phase_context (workflow use)<completion_criteria>Content:
Before shipping, run static scoring:
references/PROMPT_QUALITY_RUBRIC.mdreferences/SCORECARD_TEMPLATE.mdHard rules:
InfeasibleUse sequential-thinking for 3-5 thoughts:
Final question:
If this document is executed repeatedly, are you willing to own its consequences?
当用户在 skills-only 环境中需要判断应该从哪个 anws 工作流开始,或需要在 forge / change / genesis / probe / blueprint / challenge / upgrade 之间路由时使用。它是 anws 工作流集合的导航入口。
纯静态「契约忠实度 / 实现侧证据」审查:对照 PRD、ADR、系统设计、05A_TASKS 与 05B_VERIFICATION_PLAN,围绕契约闭合、任务兑现、架构健康、安全边界、验证证据与回流一致性产出可追溯结论;供 /challenge(CODE/FULL)与 /forge(Step 3 §3.6 波末)共用。
当用户需求模糊、术语不清晰时使用。通过交互式追问澄清领域概念,提取实体、流程与暗物质(missing_components)。由 **`/genesis` Step 1** 在 Step 0 已确定 `TARGET_DIR = .anws/v{N}` 后调用;与 **同工作区 `/genesis`** 连用。
执行 /craft 时必读。提供 Workflow / Skill / Prompt 骨架与质量护栏。以判断准绳替代堆砌步骤。
当 `/challenge` 需要设计侧规范契约闭合证据(架构与系统设计文档三维审查)时加载;产出可锚点、按严重度分级的发现供纳入 07_CHALLENGE_REPORT,不作脱离 challenge 上下文的终局裁决。
规定面向真人的 E2E / 手动验证《测试指南》与《E2E Verification》报告骨架(PRD 可追溯、人机走查顺序、评测列仅能 PASS/PARTIAL_PASS/FAIL);**不含实机浏览器编排**——先后顺序与回填义务由宿主 **`/forge` §3.7**(及 `/forge` 对应条文)统一写死。