Summary
Create an Audience Tailoring Agent skill (tailoring-status-report) in pds-agent-skills that adapts the canonical accomplishment report for specific audiences without changing facts.
Audience Profiles
| Profile |
Emphasis |
| NASA HQ |
Community benefit, open science, strategic impact |
| PDS Management Council |
Execution status, risks, dependencies |
| JPL Management |
Leadership visibility, institutional impact, delivery record |
| Engineering Team |
Technical implementation details, roadmap, debt |
| Public Release Notes |
User-facing capabilities only, plain language |
Skill Rules (non-negotiable)
- Never invent accomplishments not in the canonical report
- Never change delivery status (implemented/released/deployed)
- Only adjust emphasis, ordering, length, and vocabulary
- Audience-specific output must be traceable back to the canonical report
Acceptance Criteria
- SKILL.md documents all five audience profiles with tone and content guidelines
- Skill accepts: canonical Markdown report +
metrics.json + --audience flag
- Each audience variant output as a separate Markdown file
- Skill is listed in the
pds-agent-skills marketplace README
- Example outputs for at least two audiences documented in
examples/
Context
Part of the PDS Engineering Node Status Reporting Pipeline. Consumes the canonical Markdown report from the Accomplishment Synthesis Skill. Final step in the MVP pipeline.
Summary
Create an Audience Tailoring Agent skill (
tailoring-status-report) inpds-agent-skillsthat adapts the canonical accomplishment report for specific audiences without changing facts.Audience Profiles
Skill Rules (non-negotiable)
Acceptance Criteria
metrics.json+--audienceflagpds-agent-skillsmarketplace READMEexamples/Context
Part of the PDS Engineering Node Status Reporting Pipeline. Consumes the canonical Markdown report from the Accomplishment Synthesis Skill. Final step in the MVP pipeline.