@bradygaster/squad-sdk 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +296 -296
- package/dist/agents/history-shadow.js +30 -30
- package/dist/build/github-dist.js +42 -42
- package/dist/config/init.js +173 -173
- package/dist/sharing/consult.js +78 -78
- package/package.json +1 -1
- package/templates/casting/Futurama.json +9 -9
- package/templates/casting-history.json +4 -4
- package/templates/casting-policy.json +37 -37
- package/templates/casting-reference.md +104 -104
- package/templates/casting-registry.json +3 -3
- package/templates/ceremonies.md +41 -41
- package/templates/charter.md +53 -53
- package/templates/constraint-tracking.md +38 -38
- package/templates/cooperative-rate-limiting.md +229 -229
- package/templates/copilot-instructions.md +46 -46
- package/templates/history.md +10 -10
- package/templates/identity/now.md +9 -9
- package/templates/identity/wisdom.md +15 -15
- package/templates/issue-lifecycle.md +412 -412
- package/templates/keda-scaler.md +164 -164
- package/templates/machine-capabilities.md +74 -74
- package/templates/mcp-config.md +90 -90
- package/templates/multi-agent-format.md +28 -28
- package/templates/plugin-marketplace.md +49 -49
- package/templates/ralph-circuit-breaker.md +313 -313
- package/templates/raw-agent-output.md +37 -37
- package/templates/roster.md +60 -60
- package/templates/routing.md +39 -39
- package/templates/run-output.md +50 -50
- package/templates/schedule.json +19 -19
- package/templates/scribe-charter.md +119 -119
- package/templates/skill.md +24 -24
- package/templates/skills/agent-collaboration/SKILL.md +42 -42
- package/templates/skills/agent-conduct/SKILL.md +24 -24
- package/templates/skills/architectural-proposals/SKILL.md +151 -151
- package/templates/skills/ci-validation-gates/SKILL.md +84 -84
- package/templates/skills/cli-wiring/SKILL.md +47 -47
- package/templates/skills/client-compatibility/SKILL.md +89 -89
- package/templates/skills/cross-squad/SKILL.md +114 -114
- package/templates/skills/distributed-mesh/SKILL.md +287 -287
- package/templates/skills/distributed-mesh/mesh.json.example +30 -30
- package/templates/skills/distributed-mesh/sync-mesh.ps1 +111 -111
- package/templates/skills/distributed-mesh/sync-mesh.sh +104 -104
- package/templates/skills/docs-standards/SKILL.md +71 -71
- package/templates/skills/economy-mode/SKILL.md +114 -114
- package/templates/skills/external-comms/SKILL.md +329 -329
- package/templates/skills/gh-auth-isolation/SKILL.md +183 -183
- package/templates/skills/git-workflow/SKILL.md +204 -204
- package/templates/skills/github-multi-account/SKILL.md +95 -95
- package/templates/skills/history-hygiene/SKILL.md +36 -36
- package/templates/skills/humanizer/SKILL.md +105 -105
- package/templates/skills/init-mode/SKILL.md +102 -102
- package/templates/skills/model-selection/SKILL.md +117 -117
- package/templates/skills/nap/SKILL.md +24 -24
- package/templates/skills/personal-squad/SKILL.md +57 -57
- package/templates/skills/project-conventions/SKILL.md +56 -56
- package/templates/skills/release-process/SKILL.md +423 -423
- package/templates/skills/reskill/SKILL.md +92 -92
- package/templates/skills/reviewer-protocol/SKILL.md +79 -79
- package/templates/skills/secret-handling/SKILL.md +200 -200
- package/templates/skills/session-recovery/SKILL.md +155 -155
- package/templates/skills/squad-conventions/SKILL.md +69 -69
- package/templates/skills/test-discipline/SKILL.md +37 -37
- package/templates/skills/windows-compatibility/SKILL.md +74 -74
- package/templates/workflows/squad-ci.yml +24 -24
- package/templates/workflows/squad-docs.yml +54 -54
- package/templates/workflows/squad-heartbeat.yml +171 -171
- package/templates/workflows/squad-insider-release.yml +61 -61
- package/templates/workflows/squad-issue-assign.yml +161 -161
- package/templates/workflows/squad-label-enforce.yml +181 -181
- package/templates/workflows/squad-preview.yml +55 -55
- package/templates/workflows/squad-promote.yml +120 -120
- package/templates/workflows/squad-release.yml +77 -77
- package/templates/workflows/squad-triage.yml +260 -260
- package/templates/workflows/sync-squad-labels.yml +169 -169
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
# Copilot Coding Agent — Squad Instructions
|
|
2
|
-
|
|
3
|
-
You are working on a project that uses **Squad**, an AI team framework. When picking up issues autonomously, follow these guidelines.
|
|
4
|
-
|
|
5
|
-
## Team Context
|
|
6
|
-
|
|
7
|
-
Before starting work on any issue:
|
|
8
|
-
|
|
9
|
-
1. Read `.squad/team.md` for the team roster, member roles, and your capability profile.
|
|
10
|
-
2. Read `.squad/routing.md` for work routing rules.
|
|
11
|
-
3. If the issue has a `squad:{member}` label, read that member's charter at `.squad/agents/{member}/charter.md` to understand their domain expertise and coding style — work in their voice.
|
|
12
|
-
|
|
13
|
-
## Capability Self-Check
|
|
14
|
-
|
|
15
|
-
Before starting work, check your capability profile in `.squad/team.md` under the **Coding Agent → Capabilities** section.
|
|
16
|
-
|
|
17
|
-
- **🟢 Good fit** — proceed autonomously.
|
|
18
|
-
- **🟡 Needs review** — proceed, but note in the PR description that a squad member should review.
|
|
19
|
-
- **🔴 Not suitable** — do NOT start work. Instead, comment on the issue:
|
|
20
|
-
```
|
|
21
|
-
🤖 This issue doesn't match my capability profile (reason: {why}). Suggesting reassignment to a squad member.
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Branch Naming
|
|
25
|
-
|
|
26
|
-
Use the squad branch convention:
|
|
27
|
-
```
|
|
28
|
-
squad/{issue-number}-{kebab-case-slug}
|
|
29
|
-
```
|
|
30
|
-
Example: `squad/42-fix-login-validation`
|
|
31
|
-
|
|
32
|
-
## PR Guidelines
|
|
33
|
-
|
|
34
|
-
When opening a PR:
|
|
35
|
-
- Reference the issue: `Closes #{issue-number}`
|
|
36
|
-
- If the issue had a `squad:{member}` label, mention the member: `Working as {member} ({role})`
|
|
37
|
-
- If this is a 🟡 needs-review task, add to the PR description: `⚠️ This task was flagged as "needs review" — please have a squad member review before merging.`
|
|
38
|
-
- Follow any project conventions in `.squad/decisions.md`
|
|
39
|
-
|
|
40
|
-
## Decisions
|
|
41
|
-
|
|
42
|
-
If you make a decision that affects other team members, write it to:
|
|
43
|
-
```
|
|
44
|
-
.squad/decisions/inbox/copilot-{brief-slug}.md
|
|
45
|
-
```
|
|
46
|
-
The Scribe will merge it into the shared decisions file.
|
|
1
|
+
# Copilot Coding Agent — Squad Instructions
|
|
2
|
+
|
|
3
|
+
You are working on a project that uses **Squad**, an AI team framework. When picking up issues autonomously, follow these guidelines.
|
|
4
|
+
|
|
5
|
+
## Team Context
|
|
6
|
+
|
|
7
|
+
Before starting work on any issue:
|
|
8
|
+
|
|
9
|
+
1. Read `.squad/team.md` for the team roster, member roles, and your capability profile.
|
|
10
|
+
2. Read `.squad/routing.md` for work routing rules.
|
|
11
|
+
3. If the issue has a `squad:{member}` label, read that member's charter at `.squad/agents/{member}/charter.md` to understand their domain expertise and coding style — work in their voice.
|
|
12
|
+
|
|
13
|
+
## Capability Self-Check
|
|
14
|
+
|
|
15
|
+
Before starting work, check your capability profile in `.squad/team.md` under the **Coding Agent → Capabilities** section.
|
|
16
|
+
|
|
17
|
+
- **🟢 Good fit** — proceed autonomously.
|
|
18
|
+
- **🟡 Needs review** — proceed, but note in the PR description that a squad member should review.
|
|
19
|
+
- **🔴 Not suitable** — do NOT start work. Instead, comment on the issue:
|
|
20
|
+
```
|
|
21
|
+
🤖 This issue doesn't match my capability profile (reason: {why}). Suggesting reassignment to a squad member.
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Branch Naming
|
|
25
|
+
|
|
26
|
+
Use the squad branch convention:
|
|
27
|
+
```
|
|
28
|
+
squad/{issue-number}-{kebab-case-slug}
|
|
29
|
+
```
|
|
30
|
+
Example: `squad/42-fix-login-validation`
|
|
31
|
+
|
|
32
|
+
## PR Guidelines
|
|
33
|
+
|
|
34
|
+
When opening a PR:
|
|
35
|
+
- Reference the issue: `Closes #{issue-number}`
|
|
36
|
+
- If the issue had a `squad:{member}` label, mention the member: `Working as {member} ({role})`
|
|
37
|
+
- If this is a 🟡 needs-review task, add to the PR description: `⚠️ This task was flagged as "needs review" — please have a squad member review before merging.`
|
|
38
|
+
- Follow any project conventions in `.squad/decisions.md`
|
|
39
|
+
|
|
40
|
+
## Decisions
|
|
41
|
+
|
|
42
|
+
If you make a decision that affects other team members, write it to:
|
|
43
|
+
```
|
|
44
|
+
.squad/decisions/inbox/copilot-{brief-slug}.md
|
|
45
|
+
```
|
|
46
|
+
The Scribe will merge it into the shared decisions file.
|
package/templates/history.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Project Context
|
|
2
|
-
|
|
3
|
-
- **Owner:** {user name}
|
|
4
|
-
- **Project:** {project description}
|
|
5
|
-
- **Stack:** {languages, frameworks, tools}
|
|
6
|
-
- **Created:** {timestamp}
|
|
7
|
-
|
|
8
|
-
## Learnings
|
|
9
|
-
|
|
10
|
-
<!-- Append new learnings below. Each entry is something lasting about the project. -->
|
|
1
|
+
# Project Context
|
|
2
|
+
|
|
3
|
+
- **Owner:** {user name}
|
|
4
|
+
- **Project:** {project description}
|
|
5
|
+
- **Stack:** {languages, frameworks, tools}
|
|
6
|
+
- **Created:** {timestamp}
|
|
7
|
+
|
|
8
|
+
## Learnings
|
|
9
|
+
|
|
10
|
+
<!-- Append new learnings below. Each entry is something lasting about the project. -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
---
|
|
2
|
-
updated_at: {timestamp}
|
|
3
|
-
focus_area: {brief description}
|
|
4
|
-
active_issues: []
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# What We're Focused On
|
|
8
|
-
|
|
9
|
-
{Narrative description of current focus — 1-3 sentences. Updated by coordinator at session start.}
|
|
1
|
+
---
|
|
2
|
+
updated_at: {timestamp}
|
|
3
|
+
focus_area: {brief description}
|
|
4
|
+
active_issues: []
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# What We're Focused On
|
|
8
|
+
|
|
9
|
+
{Narrative description of current focus — 1-3 sentences. Updated by coordinator at session start.}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
---
|
|
2
|
-
last_updated: {timestamp}
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Team Wisdom
|
|
6
|
-
|
|
7
|
-
Reusable patterns and heuristics learned through work. NOT transcripts — each entry is a distilled, actionable insight.
|
|
8
|
-
|
|
9
|
-
## Patterns
|
|
10
|
-
|
|
11
|
-
<!-- Append entries below. Format: **Pattern:** description. **Context:** when it applies. -->
|
|
12
|
-
|
|
13
|
-
## Anti-Patterns
|
|
14
|
-
|
|
15
|
-
<!-- Things we tried that didn't work. **Avoid:** description. **Why:** reason. -->
|
|
1
|
+
---
|
|
2
|
+
last_updated: {timestamp}
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Team Wisdom
|
|
6
|
+
|
|
7
|
+
Reusable patterns and heuristics learned through work. NOT transcripts — each entry is a distilled, actionable insight.
|
|
8
|
+
|
|
9
|
+
## Patterns
|
|
10
|
+
|
|
11
|
+
<!-- Append entries below. Format: **Pattern:** description. **Context:** when it applies. -->
|
|
12
|
+
|
|
13
|
+
## Anti-Patterns
|
|
14
|
+
|
|
15
|
+
<!-- Things we tried that didn't work. **Avoid:** description. **Why:** reason. -->
|