一键导入
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 |