strategic-doctrine-deployment
Installation
SKILL.md
Strategic Doctrine Deployment
This skill codifies the workflow for taking a high-level strategic document, integrating it into a version-controlled system, generating a tactical presentation, and ensuring all artifacts are synced across GitHub and Google Drive.
Core Workflow
The process follows these five phases:
- Integrate Doctrine: The source document is copied into the
docs/directory of the target repository. - Generate Presentation: A slide deck and speaker script are generated from the document's content.
- Commit & Push: All new artifacts (document, presentation, script) are committed and pushed to the GitHub repository.
- Sync to Cloud: All artifacts are synced to the corresponding Google Drive folder.
- Report to User: A summary of the deployment, including links to the live assets, is delivered.
1. Integrate Doctrine
- Input: A user-provided document (e.g., from a file attachment).
- Action: Copy the document into the
/home/ubuntu/agi-rollout-pack/docs/directory. - Naming Convention: Use an uppercase, snake-cased name that reflects the document's purpose (e.g.,
EMERGENCY_FUNDING_VORTEX.md).