ワンクリックで
agent-artifacts
Automatically generate Requirements and Technical Design artifacts as PDFs immediately after every successful agent creation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automatically generate Requirements and Technical Design artifacts as PDFs immediately after every successful agent creation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | agent-artifacts |
| description | Automatically generate Requirements and Technical Design artifacts as PDFs immediately after every successful agent creation |
After every successful create_agent tool call, automatically generate two
governance artifacts for the newly created agent:
Do this immediately after confirming the agent was created. Do not wait for the user to ask.
Use the Tavro PDF Document Template loaded from:
copilot-server/templates/pdf-document-template.md
That template is the source of truth for document structure, formatting rules, and document-specific skeletons. Do not use any older Requirement or Technical section ordering from this skill file.
Use the visual formatting rules in the template as renderer guidance only. Do not copy or describe the visual header, logo, dark banner, footer, page margin, or page-number instructions inside the generated Requirements or Technical markdown. The PDF renderer applies those elements automatically.
Requirements Document Template section from the Tavro PDF Document Template.Technical Design Document Template section from the Tavro PDF Document
Template.generate_agent_artifacts tool, passing:
agent_id: the exact agent_id returned by create_agentagent_name: the exact name of the created agentrequirements_markdown: the complete markdown of the Requirements Documenttechnical_markdown: the complete markdown of the Technical Design DocumentThe tool converts both markdown documents to PDF and uploads them as attachments to the agent.
create_agent request and result:
agent_name, description, instruction, tools, knowledge_source,
data_sources, tables, columns, and skills.[strategy], [risk], [process], [technology], and [integration].# heading.| Document | File Name |
|---|---|
| Requirements Document | {Agent Name} Requirement.pdf |
| Technical Design Document | {Agent Name} Technical.pdf |