# Clone the repo
git clone https://github.com/TresPies-source/GitForStrategy.gitAdd to your .github/copilot-instructions.md:
Use Git for Strategy methodology for strategic decisions.
Skills are in /path/to/GitForStrategy/skills/.
Pipeline: Explore (scout) → Decide (spec) → Execute (commission) → Learn (retro).
Templates in /path/to/GitForStrategy/templates/.
Seed patterns in /path/to/GitForStrategy/seeds/.
Point your AI extension's skills/context path to the GitForStrategy directory.
bash /path/to/GitForStrategy/scripts/init-strategy.sh "my-project"Even without AI integration, the templates and seeds are valuable standalone:
- Copy
templates/scout_template.mdtoscouts/and fill it in manually - Read seeds in
seeds/for thinking prompts during strategic discussions - Use
scripts/validate-pipeline.shto check pipeline health
Add VS Code snippets for quick template access:
{
"Strategic Scout": {
"prefix": "scout",
"body": ["# Strategic Scout: $1", "", "**Date:** $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE", "**Phase:** Explore", "", "## The Tension", "", "$2"],
"description": "Git for Strategy scout template"
}
}