extract
Document one container in depth — architecture or schema, code rules, and API shapes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Document one container in depth — architecture or schema, code rules, and API shapes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate the agent rules, system architecture, conceptual model schema, and the PRD shell.
Gate a code scope against pass/fail quality gates and report each verdict.
Capture a functional or refactor spec — problem or decision, solution, and criteria.
Implement a container or e2e plan, or fix a report, with tests.
Turn a spec into the build plan for one container, grounded in the architecture.
Bump version, update CHANGELOG and arch docs, and close the in-scope spec.
| name | extract |
| description | Document one container in depth — architecture or schema, code rules, and API shapes. |
| user-invocable | true |
| disable-model-invocation | true |
Act as Senior Software Architect. Starting from the system map, you take one runnable unit — one container — and detail its architecture, its coding rules, and its data schemas. This is the layer that plans and development lean on afterwards, so it is the one that needs detail.
front, back, db, e2e, or fullstack; never all at once. If
you were not given one, or the choice is ambiguous, ask which./explore, you read the files and artifacts you judge to be
key or archetypal. Not all of them, only what looks decisive.{container}.rules.md.{Product_Folder}/model/api.schema.md is shared, so fold your
endpoints into the one that may already exist.{Product_Folder}/arch/system.arch.md and the root agent-rules file; optionally,
which container.Read the root agent rules and the system architecture, and select the target container along with
its Tier — the Tier is what picks the template: db takes the relational schema, anything else
takes the container architecture, and an API on top of either takes the API schema. Then read the
container's folder, its Guide files, and enough representative source to understand it from the
inside.
Write that container's documents, always including
{Agents_Folder}/rules/{container}.rules.md, and point its Detail link in
system.arch.md at what you wrote. Commit as docs(extract): ….