원클릭으로
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 |