@soleri/forge 9.0.0 → 9.0.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/dist/scaffold-filetree.js +15 -1
- package/dist/scaffold-filetree.js.map +1 -1
- package/dist/skills/brain-debrief/SKILL.md +66 -0
- package/dist/skills/brainstorming/SKILL.md +85 -0
- package/dist/skills/code-patrol/SKILL.md +86 -0
- package/dist/skills/context-resume/SKILL.md +92 -0
- package/dist/skills/executing-plans/SKILL.md +87 -0
- package/dist/skills/fix-and-learn/SKILL.md +98 -0
- package/dist/skills/health-check/SKILL.md +131 -0
- package/dist/skills/knowledge-harvest/SKILL.md +93 -0
- package/dist/skills/onboard-me/SKILL.md +118 -0
- package/dist/skills/retrospective/SKILL.md +95 -0
- package/dist/skills/second-opinion/SKILL.md +97 -0
- package/dist/skills/systematic-debugging/SKILL.md +99 -0
- package/dist/skills/test-driven-development/SKILL.md +91 -0
- package/dist/skills/vault-capture/SKILL.md +82 -0
- package/dist/skills/vault-navigator/SKILL.md +80 -0
- package/dist/skills/verification-before-completion/SKILL.md +82 -0
- package/dist/skills/writing-plans/SKILL.md +105 -0
- package/package.json +1 -1
- package/src/scaffold-filetree.ts +16 -1
- package/src/skills/brain-debrief/SKILL.md +66 -0
- package/src/skills/brainstorming/SKILL.md +85 -0
- package/src/skills/code-patrol/SKILL.md +86 -0
- package/src/skills/context-resume/SKILL.md +92 -0
- package/src/skills/executing-plans/SKILL.md +87 -0
- package/src/skills/fix-and-learn/SKILL.md +98 -0
- package/src/skills/health-check/SKILL.md +131 -0
- package/src/skills/knowledge-harvest/SKILL.md +93 -0
- package/src/skills/onboard-me/SKILL.md +118 -0
- package/src/skills/retrospective/SKILL.md +95 -0
- package/src/skills/second-opinion/SKILL.md +97 -0
- package/src/skills/systematic-debugging/SKILL.md +99 -0
- package/src/skills/test-driven-development/SKILL.md +91 -0
- package/src/skills/vault-capture/SKILL.md +82 -0
- package/src/skills/vault-navigator/SKILL.md +80 -0
- package/src/skills/verification-before-completion/SKILL.md +82 -0
- package/src/skills/writing-plans/SKILL.md +105 -0
- package/dist/skills/agent-dev.md +0 -122
- package/dist/skills/agent-guide.md +0 -110
- package/dist/skills/agent-persona.md +0 -66
- package/dist/skills/brain-debrief.md +0 -214
- package/dist/skills/brainstorming.md +0 -180
- package/dist/skills/code-patrol.md +0 -178
- package/dist/skills/context-resume.md +0 -146
- package/dist/skills/deliver-and-ship.md +0 -123
- package/dist/skills/env-setup.md +0 -151
- package/dist/skills/executing-plans.md +0 -216
- package/dist/skills/fix-and-learn.md +0 -167
- package/dist/skills/health-check.md +0 -231
- package/dist/skills/knowledge-harvest.md +0 -185
- package/dist/skills/onboard-me.md +0 -198
- package/dist/skills/retrospective.md +0 -205
- package/dist/skills/second-opinion.md +0 -149
- package/dist/skills/systematic-debugging.md +0 -241
- package/dist/skills/test-driven-development.md +0 -281
- package/dist/skills/vault-capture.md +0 -170
- package/dist/skills/vault-curate.md +0 -107
- package/dist/skills/vault-navigator.md +0 -140
- package/dist/skills/verification-before-completion.md +0 -182
- package/dist/skills/writing-plans.md +0 -215
- package/src/skills/agent-dev.md +0 -122
- package/src/skills/agent-guide.md +0 -110
- package/src/skills/agent-persona.md +0 -66
- package/src/skills/brain-debrief.md +0 -214
- package/src/skills/brainstorming.md +0 -180
- package/src/skills/code-patrol.md +0 -178
- package/src/skills/context-resume.md +0 -146
- package/src/skills/deliver-and-ship.md +0 -123
- package/src/skills/env-setup.md +0 -151
- package/src/skills/executing-plans.md +0 -216
- package/src/skills/fix-and-learn.md +0 -167
- package/src/skills/health-check.md +0 -231
- package/src/skills/knowledge-harvest.md +0 -185
- package/src/skills/onboard-me.md +0 -198
- package/src/skills/retrospective.md +0 -205
- package/src/skills/second-opinion.md +0 -149
- package/src/skills/systematic-debugging.md +0 -241
- package/src/skills/test-driven-development.md +0 -281
- package/src/skills/vault-capture.md +0 -170
- package/src/skills/vault-curate.md +0 -107
- package/src/skills/vault-navigator.md +0 -140
- package/src/skills/verification-before-completion.md +0 -182
- package/src/skills/writing-plans.md +0 -215
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: brainstorming
|
|
3
|
-
description: 'You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
<!-- Adapted from superpowers (MIT License) -->
|
|
7
|
-
|
|
8
|
-
# Brainstorming Ideas Into Designs
|
|
9
|
-
|
|
10
|
-
## Overview
|
|
11
|
-
|
|
12
|
-
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
|
|
13
|
-
|
|
14
|
-
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
|
|
15
|
-
|
|
16
|
-
<HARD-GATE>
|
|
17
|
-
Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity.
|
|
18
|
-
</HARD-GATE>
|
|
19
|
-
|
|
20
|
-
## Anti-Pattern: "This Is Too Simple To Need A Design"
|
|
21
|
-
|
|
22
|
-
Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.
|
|
23
|
-
|
|
24
|
-
## Checklist
|
|
25
|
-
|
|
26
|
-
You MUST create a task for each of these items and complete them in order:
|
|
27
|
-
|
|
28
|
-
1. **Classify intent** — understand what type of work this is
|
|
29
|
-
2. **Search vault for prior art** — check if something similar was built, decided, or rejected before
|
|
30
|
-
3. **Search web for existing solutions** — don't build what already exists
|
|
31
|
-
4. **Explore project context** — check files, docs, recent commits
|
|
32
|
-
5. **Ask clarifying questions** — one at a time, understand purpose/constraints/success criteria
|
|
33
|
-
6. **Propose 2-3 approaches** — with trade-offs and your recommendation
|
|
34
|
-
7. **Present design** — in sections scaled to their complexity, get user approval after each section
|
|
35
|
-
8. **Capture design decision** — persist the decision to the vault
|
|
36
|
-
9. **Write design doc** — save to `docs/plans/YYYY-MM-DD-<topic>-design.md` and commit
|
|
37
|
-
10. **Transition to implementation** — invoke writing-plans skill to create implementation plan
|
|
38
|
-
|
|
39
|
-
## Step 0: Classify Intent
|
|
40
|
-
|
|
41
|
-
Before anything else, understand the type of work:
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
YOUR_AGENT_core op:route_intent
|
|
45
|
-
params: { prompt: "<the user's request>" }
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
This returns the intent type (BUILD, FIX, VALIDATE, DESIGN, IMPROVE, DELIVER) and routing guidance. Use this to focus the brainstorming — a FIX intent needs different questions than a BUILD intent.
|
|
49
|
-
|
|
50
|
-
## Step 1: Search Before Designing — Vault, Then Web
|
|
51
|
-
|
|
52
|
-
**BEFORE asking any questions or exploring code**, search for existing knowledge. Follow this order:
|
|
53
|
-
|
|
54
|
-
### Vault First
|
|
55
|
-
|
|
56
|
-
```
|
|
57
|
-
YOUR_AGENT_core op:search_intelligent
|
|
58
|
-
params: { query: "<the feature or idea the user described>" }
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Look for:
|
|
62
|
-
|
|
63
|
-
- **Previous designs** — was this discussed or attempted before?
|
|
64
|
-
- **Architectural decisions** — are there constraints from past decisions?
|
|
65
|
-
- **Patterns** — established approaches in this codebase
|
|
66
|
-
- **Anti-patterns** — approaches that were tried and failed
|
|
67
|
-
|
|
68
|
-
Browse the knowledge landscape for related context:
|
|
69
|
-
|
|
70
|
-
```
|
|
71
|
-
YOUR_AGENT_core op:vault_tags
|
|
72
|
-
YOUR_AGENT_core op:vault_domains
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
Check what the brain says about proven patterns in this domain:
|
|
76
|
-
|
|
77
|
-
```
|
|
78
|
-
YOUR_AGENT_core op:brain_strengths
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
Check if other linked projects have solved this:
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
YOUR_AGENT_core op:memory_cross_project_search
|
|
85
|
-
params: { query: "<the feature>", crossProject: true }
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
### Web Search Second
|
|
89
|
-
|
|
90
|
-
If the vault doesn't have prior art, search the web for:
|
|
91
|
-
|
|
92
|
-
- **Existing libraries/tools** that solve this problem (don't build what exists)
|
|
93
|
-
- **Reference implementations** in similar projects
|
|
94
|
-
- **Best practices** and established patterns for this type of feature
|
|
95
|
-
- **Known pitfalls** that others have documented
|
|
96
|
-
|
|
97
|
-
### Present Findings
|
|
98
|
-
|
|
99
|
-
Present vault + web findings to the user: "Before we design this, here's what I found..." This informs the design conversation and prevents reinventing solutions.
|
|
100
|
-
|
|
101
|
-
## The Process
|
|
102
|
-
|
|
103
|
-
**Understanding the idea:**
|
|
104
|
-
|
|
105
|
-
- Check out the current project state first (files, docs, recent commits)
|
|
106
|
-
- Ask questions one at a time to refine the idea
|
|
107
|
-
- Prefer multiple choice questions when possible, but open-ended is fine too
|
|
108
|
-
- Only one question per message
|
|
109
|
-
- Focus on understanding: purpose, constraints, success criteria
|
|
110
|
-
|
|
111
|
-
**Exploring approaches:**
|
|
112
|
-
|
|
113
|
-
- Propose 2-3 different approaches with trade-offs
|
|
114
|
-
- Present options conversationally with your recommendation and reasoning
|
|
115
|
-
- Lead with your recommended option and explain why
|
|
116
|
-
- **Reference vault patterns** — if the vault has a proven approach, lead with it
|
|
117
|
-
- **Reference web findings** — if an existing library solves this, recommend it over custom code
|
|
118
|
-
|
|
119
|
-
**Presenting the design:**
|
|
120
|
-
|
|
121
|
-
- Once you understand what you're building, present the design
|
|
122
|
-
- Scale each section to its complexity
|
|
123
|
-
- Ask after each section whether it looks right so far
|
|
124
|
-
- Cover: architecture, components, data flow, error handling, testing
|
|
125
|
-
|
|
126
|
-
## After the Design
|
|
127
|
-
|
|
128
|
-
**Capture the design decision to the vault:**
|
|
129
|
-
|
|
130
|
-
```
|
|
131
|
-
YOUR_AGENT_core op:capture_knowledge
|
|
132
|
-
params: {
|
|
133
|
-
title: "<feature name> — design decision",
|
|
134
|
-
description: "<chosen approach, rationale, rejected alternatives>",
|
|
135
|
-
type: "decision",
|
|
136
|
-
category: "<relevant domain>",
|
|
137
|
-
tags: ["<relevant>", "<tags>", "design-decision"]
|
|
138
|
-
}
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
This ensures future brainstorming sessions can reference what was decided and why.
|
|
142
|
-
|
|
143
|
-
**Documentation:**
|
|
144
|
-
|
|
145
|
-
- Write the validated design to `docs/plans/YYYY-MM-DD-<topic>-design.md`
|
|
146
|
-
- Commit the design document to git
|
|
147
|
-
|
|
148
|
-
**Implementation:**
|
|
149
|
-
|
|
150
|
-
- Invoke the writing-plans skill to create a detailed implementation plan
|
|
151
|
-
- Do NOT invoke any other skill. writing-plans is the next step.
|
|
152
|
-
|
|
153
|
-
## Process Flow
|
|
154
|
-
|
|
155
|
-
**The terminal state is invoking writing-plans.** Do NOT invoke any other implementation skill. The ONLY skill you invoke after brainstorming is writing-plans.
|
|
156
|
-
|
|
157
|
-
## Key Principles
|
|
158
|
-
|
|
159
|
-
- **Classify first** — understand intent before diving in
|
|
160
|
-
- **Vault first** — don't reinvent what's been decided or solved before
|
|
161
|
-
- **Web second** — don't build what already exists as a library
|
|
162
|
-
- **One question at a time** — don't overwhelm with multiple questions
|
|
163
|
-
- **Multiple choice preferred** — easier to answer than open-ended when possible
|
|
164
|
-
- **YAGNI ruthlessly** — remove unnecessary features from all designs
|
|
165
|
-
- **Explore alternatives** — always propose 2-3 approaches before settling
|
|
166
|
-
- **Incremental validation** — present design, get approval before moving on
|
|
167
|
-
- **Capture decisions** — every design decision gets persisted to the vault
|
|
168
|
-
- **Cross-project learning** — check if other projects solved this already
|
|
169
|
-
- **Be flexible** — go back and clarify when something doesn't make sense
|
|
170
|
-
|
|
171
|
-
## Agent Tools Reference
|
|
172
|
-
|
|
173
|
-
| Op | When to Use |
|
|
174
|
-
| ------------------------------ | -------------------------------------------- |
|
|
175
|
-
| `route_intent` | Classify the type of work (BUILD, FIX, etc.) |
|
|
176
|
-
| `search_intelligent` | Search vault for prior art |
|
|
177
|
-
| `vault_tags` / `vault_domains` | Browse knowledge landscape |
|
|
178
|
-
| `brain_strengths` | Check proven patterns |
|
|
179
|
-
| `memory_cross_project_search` | Check if other projects solved this |
|
|
180
|
-
| `capture_knowledge` | Persist design decision to vault |
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: code-patrol
|
|
3
|
-
description: Use when the user asks "review this code", "check this against patterns", "code patrol", "does this follow our rules", "validate against vault", "check for anti-patterns", or wants code reviewed not against generic lint rules but against the project's own captured patterns, anti-patterns, and conventions.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Code Patrol — Review Code Against Your Own Knowledge
|
|
7
|
-
|
|
8
|
-
Review code against the vault's patterns, anti-patterns, and project conventions — not generic lint rules, but YOUR team's captured knowledge applied to new code. Catches violations that no linter knows about.
|
|
9
|
-
|
|
10
|
-
## When to Use
|
|
11
|
-
|
|
12
|
-
- Before committing or creating a PR
|
|
13
|
-
- "Does this follow our patterns?"
|
|
14
|
-
- "Check this code against our rules"
|
|
15
|
-
- Code review with institutional knowledge
|
|
16
|
-
- After writing implementation code
|
|
17
|
-
|
|
18
|
-
## The Magic: Project-Specific Code Intelligence
|
|
19
|
-
|
|
20
|
-
### Step 1: Understand the Code's Domain
|
|
21
|
-
|
|
22
|
-
Classify what domain this code belongs to:
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
YOUR_AGENT_core op:route_intent
|
|
26
|
-
params: { prompt: "Code review: <brief description of the code>" }
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Determine which vault domains are relevant:
|
|
30
|
-
|
|
31
|
-
```
|
|
32
|
-
YOUR_AGENT_core op:vault_domains
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### Step 2: Load Relevant Patterns
|
|
36
|
-
|
|
37
|
-
Search for patterns in the code's domain:
|
|
38
|
-
|
|
39
|
-
```
|
|
40
|
-
YOUR_AGENT_core op:search_intelligent
|
|
41
|
-
params: { query: "<what this code does>" }
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Search specifically for anti-patterns to check against:
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
YOUR_AGENT_core op:search
|
|
48
|
-
params: { type: "anti-pattern" }
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Search for critical rules that must not be violated:
|
|
52
|
-
|
|
53
|
-
```
|
|
54
|
-
YOUR_AGENT_core op:search
|
|
55
|
-
params: { severity: "critical" }
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
Load project-specific rules:
|
|
59
|
-
|
|
60
|
-
```
|
|
61
|
-
YOUR_AGENT_core op:project_list_rules
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
```
|
|
65
|
-
YOUR_AGENT_core op:get_behavior_rules
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
Get proven approaches from the brain:
|
|
69
|
-
|
|
70
|
-
```
|
|
71
|
-
YOUR_AGENT_core op:brain_strengths
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
### Step 3: Review the Code
|
|
75
|
-
|
|
76
|
-
With vault patterns loaded, review the code checking for:
|
|
77
|
-
|
|
78
|
-
| Check | Source | Severity |
|
|
79
|
-
| -------------------------------------- | ----------------------------- | ------------- |
|
|
80
|
-
| Violates a critical rule | `search (severity: critical)` | Must fix |
|
|
81
|
-
| Matches a known anti-pattern | `search (type: anti-pattern)` | Must fix |
|
|
82
|
-
| Doesn't follow a proven pattern | `brain_strengths` | Should fix |
|
|
83
|
-
| Breaks project conventions | `project_list_rules` | Should fix |
|
|
84
|
-
| Misses an opportunity to use a pattern | `search_intelligent` | Could improve |
|
|
85
|
-
|
|
86
|
-
### Step 4: Present the Review
|
|
87
|
-
|
|
88
|
-
```
|
|
89
|
-
## Code Patrol Report
|
|
90
|
-
|
|
91
|
-
### Must Fix (Critical)
|
|
92
|
-
- **[Rule name]**: [What's wrong and why]
|
|
93
|
-
Vault ref: [entry title] (severity: critical)
|
|
94
|
-
Fix: [How to fix it]
|
|
95
|
-
|
|
96
|
-
### Should Fix (Warning)
|
|
97
|
-
- **[Anti-pattern name]**: [What's wrong]
|
|
98
|
-
Vault ref: [entry title] (type: anti-pattern)
|
|
99
|
-
Better approach: [The pattern to follow]
|
|
100
|
-
|
|
101
|
-
### Could Improve (Suggestion)
|
|
102
|
-
- **[Pattern opportunity]**: [The code works but could benefit from...]
|
|
103
|
-
Vault ref: [entry title] (type: pattern)
|
|
104
|
-
|
|
105
|
-
### Looks Good
|
|
106
|
-
- [What the code does well — patterns it follows correctly]
|
|
107
|
-
|
|
108
|
-
### Summary
|
|
109
|
-
X critical issues, Y warnings, Z suggestions
|
|
110
|
-
Patterns followed: [list]
|
|
111
|
-
Patterns missed: [list]
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
### Step 5: Learn From the Review
|
|
115
|
-
|
|
116
|
-
If the review reveals a new pattern or anti-pattern not in the vault, capture it:
|
|
117
|
-
|
|
118
|
-
```
|
|
119
|
-
YOUR_AGENT_core op:capture_quick
|
|
120
|
-
params: {
|
|
121
|
-
title: "<new pattern or anti-pattern discovered>",
|
|
122
|
-
description: "<what it is, when it applies>"
|
|
123
|
-
}
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
If the review reveals a knowledge gap, note it:
|
|
127
|
-
|
|
128
|
-
```
|
|
129
|
-
YOUR_AGENT_core op:capture_knowledge
|
|
130
|
-
params: {
|
|
131
|
-
title: "<missing convention>",
|
|
132
|
-
description: "<this should be documented as a project rule>",
|
|
133
|
-
type: "principle",
|
|
134
|
-
category: "<domain>",
|
|
135
|
-
tags: ["convention", "code-review"]
|
|
136
|
-
}
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
### Step 6: Verify After Fixes
|
|
140
|
-
|
|
141
|
-
After the user applies fixes, re-run the patrol to confirm clean:
|
|
142
|
-
|
|
143
|
-
```
|
|
144
|
-
YOUR_AGENT_core op:search_intelligent
|
|
145
|
-
params: { query: "<re-check the specific violations>" }
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-
Check system health:
|
|
149
|
-
|
|
150
|
-
```
|
|
151
|
-
YOUR_AGENT_core op:admin_health
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
## The Magic
|
|
155
|
-
|
|
156
|
-
This feels like magic because:
|
|
157
|
-
|
|
158
|
-
1. It's not ESLint — it catches things like "we decided not to use inheritance here" or "this API pattern caused production issues last month"
|
|
159
|
-
2. The rules come from YOUR team's experience, not a generic config file
|
|
160
|
-
3. It gets smarter over time — every captured pattern becomes a new check
|
|
161
|
-
4. It catches institutional knowledge violations that no static analyzer can
|
|
162
|
-
|
|
163
|
-
A linter checks syntax. Code patrol checks wisdom.
|
|
164
|
-
|
|
165
|
-
## Agent Tools Reference
|
|
166
|
-
|
|
167
|
-
| Op | When to Use |
|
|
168
|
-
| -------------------- | --------------------------------------------- |
|
|
169
|
-
| `route_intent` | Classify the code's domain |
|
|
170
|
-
| `vault_domains` | See which domains are relevant |
|
|
171
|
-
| `search_intelligent` | Find relevant patterns for this code |
|
|
172
|
-
| `search` | Find anti-patterns and critical rules |
|
|
173
|
-
| `project_list_rules` | Project-specific conventions |
|
|
174
|
-
| `get_behavior_rules` | Behavioral rules |
|
|
175
|
-
| `brain_strengths` | Proven patterns to check against |
|
|
176
|
-
| `capture_quick` | Capture new patterns discovered during review |
|
|
177
|
-
| `capture_knowledge` | Capture new conventions |
|
|
178
|
-
| `admin_health` | Post-review health check |
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: context-resume
|
|
3
|
-
description: Use when starting a new session, returning to work, or when the user asks "what was I working on", "where did I leave off", "catch me up", "morning standup", "resume", "what's the status". Reconstructs full working context from memory, plans, and sessions.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Context Resume — Pick Up Where You Left Off
|
|
7
|
-
|
|
8
|
-
Reconstruct your full working context in seconds. Chains memory, plans, sessions, and brain to rebuild exactly where you left off — even across session boundaries and context compactions.
|
|
9
|
-
|
|
10
|
-
## When to Use
|
|
11
|
-
|
|
12
|
-
- Starting a new Claude Code session
|
|
13
|
-
- Returning after a break
|
|
14
|
-
- "What was I working on?"
|
|
15
|
-
- "Morning standup"
|
|
16
|
-
- After context compaction (session_capture fires automatically, this reads it back)
|
|
17
|
-
|
|
18
|
-
## The Magic: Full Context Reconstruction
|
|
19
|
-
|
|
20
|
-
### Step 1: Load Active Plans
|
|
21
|
-
|
|
22
|
-
Check for plans in progress — these are your active work streams:
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
YOUR_AGENT_core op:plan_stats
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
For each active plan, load its details and task status:
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
YOUR_AGENT_core op:get_plan
|
|
32
|
-
YOUR_AGENT_core op:plan_list_tasks
|
|
33
|
-
params: { planId: "<id>" }
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Present:
|
|
37
|
-
|
|
38
|
-
- Plan objective and current status
|
|
39
|
-
- Which tasks are completed, in progress, or pending
|
|
40
|
-
- What's next to do
|
|
41
|
-
|
|
42
|
-
### Step 2: Search Recent Memory
|
|
43
|
-
|
|
44
|
-
Load the latest session summaries — these capture what happened before:
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
YOUR_AGENT_core op:memory_search
|
|
48
|
-
params: { query: "session summary" }
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
YOUR_AGENT_core op:memory_list
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
Also check recent vault captures — what knowledge was added recently?
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
YOUR_AGENT_core op:vault_recent
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
### Step 3: Check Active Loops
|
|
62
|
-
|
|
63
|
-
See if there's a validation loop in progress:
|
|
64
|
-
|
|
65
|
-
```
|
|
66
|
-
YOUR_AGENT_core op:loop_is_active
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
If active:
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
YOUR_AGENT_core op:loop_status
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
This tells you if an iterative workflow (TDD, debugging, migration) was mid-flight.
|
|
76
|
-
|
|
77
|
-
### Step 4: Brain Snapshot
|
|
78
|
-
|
|
79
|
-
Get the latest brain insights relevant to current work:
|
|
80
|
-
|
|
81
|
-
```
|
|
82
|
-
YOUR_AGENT_core op:brain_strengths
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### Step 5: System Health
|
|
86
|
-
|
|
87
|
-
Quick health check to make sure everything is working:
|
|
88
|
-
|
|
89
|
-
```
|
|
90
|
-
YOUR_AGENT_core op:admin_health
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
## Presenting the Resume
|
|
94
|
-
|
|
95
|
-
Format as a concise standup:
|
|
96
|
-
|
|
97
|
-
```
|
|
98
|
-
## Where You Left Off
|
|
99
|
-
|
|
100
|
-
**Active Plans:**
|
|
101
|
-
- [Plan name] — X/Y tasks complete, next: [task description]
|
|
102
|
-
|
|
103
|
-
**Last Session:**
|
|
104
|
-
- [Summary from memory — what was done, key decisions]
|
|
105
|
-
|
|
106
|
-
**Recent Captures:**
|
|
107
|
-
- [New patterns/anti-patterns added to vault]
|
|
108
|
-
|
|
109
|
-
**Active Loops:**
|
|
110
|
-
- [Any in-progress validation loops]
|
|
111
|
-
|
|
112
|
-
**Brain Says:**
|
|
113
|
-
- [Top relevant patterns for current work]
|
|
114
|
-
|
|
115
|
-
**Health:** [OK / Issues found]
|
|
116
|
-
|
|
117
|
-
## Recommended Next Step
|
|
118
|
-
[Based on active plans and last session context]
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
## The Magic
|
|
122
|
-
|
|
123
|
-
This feels like magic because the user just says "catch me up" and the agent:
|
|
124
|
-
|
|
125
|
-
1. Knows what plans are active and where they stand
|
|
126
|
-
2. Remembers what happened last session (even across context compactions)
|
|
127
|
-
3. Shows what knowledge was recently captured
|
|
128
|
-
4. Detects in-flight loops
|
|
129
|
-
5. Recommends what to work on next
|
|
130
|
-
|
|
131
|
-
No other tool does this — the agent has genuine persistent memory.
|
|
132
|
-
|
|
133
|
-
## Agent Tools Reference
|
|
134
|
-
|
|
135
|
-
| Op | When to Use |
|
|
136
|
-
| ----------------- | --------------------------- |
|
|
137
|
-
| `plan_stats` | Find active plans |
|
|
138
|
-
| `get_plan` | Load plan details |
|
|
139
|
-
| `plan_list_tasks` | See task status within plan |
|
|
140
|
-
| `memory_search` | Find session summaries |
|
|
141
|
-
| `memory_list` | Browse recent memories |
|
|
142
|
-
| `vault_recent` | Recently captured knowledge |
|
|
143
|
-
| `loop_is_active` | Check for in-flight loops |
|
|
144
|
-
| `loop_status` | Get loop details |
|
|
145
|
-
| `brain_strengths` | Relevant proven patterns |
|
|
146
|
-
| `admin_health` | System health check |
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: deliver-and-ship
|
|
3
|
-
description: >
|
|
4
|
-
Use when the user says "ship it", "ready to deploy", "package", "release",
|
|
5
|
-
"pre-PR check", "delivery checklist", "is this ready", "final review", or mentions
|
|
6
|
-
shipping, deploying, packaging, or releasing work. Runs pre-delivery quality gates
|
|
7
|
-
to ensure nothing ships without passing stability, knowledge capture, and code quality checks.
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Deliver & Ship — Quality Gate Runner
|
|
11
|
-
|
|
12
|
-
Run all pre-delivery quality gates before shipping. This ensures nothing leaves without passing stability checks, knowledge capture, and code quality verification.
|
|
13
|
-
|
|
14
|
-
## When to Use
|
|
15
|
-
|
|
16
|
-
When work is considered "done" and ready to be committed, PR'd, or deployed. This is the last checkpoint before code leaves the developer's hands.
|
|
17
|
-
|
|
18
|
-
## Orchestration Sequence
|
|
19
|
-
|
|
20
|
-
### Step 1: Code Quality
|
|
21
|
-
|
|
22
|
-
Run the project's linter, formatter, and type checker on all modified files:
|
|
23
|
-
|
|
24
|
-
1. Check for lint/format scripts in `package.json` (or equivalent)
|
|
25
|
-
2. Run `typecheck` / `tsc --noEmit` if TypeScript
|
|
26
|
-
3. Run any project-specific quality gates (clippy for Rust, mypy for Python, etc.)
|
|
27
|
-
|
|
28
|
-
Any type error or lint failure is a blocker.
|
|
29
|
-
|
|
30
|
-
### Step 2: Test Suite
|
|
31
|
-
|
|
32
|
-
Run the full test suite to catch regressions:
|
|
33
|
-
|
|
34
|
-
```
|
|
35
|
-
YOUR_AGENT_core op:admin_health
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
Verify the agent itself is healthy, then run project tests. All tests must pass.
|
|
39
|
-
|
|
40
|
-
### Step 3: Stability Assessment
|
|
41
|
-
|
|
42
|
-
Classify the changes as safe or breaking:
|
|
43
|
-
|
|
44
|
-
- **Safe**: Internal refactors, bug fixes, additive features (new exports, new ops)
|
|
45
|
-
- **Breaking**: Removed exports, changed signatures, renamed public APIs, schema migrations
|
|
46
|
-
- Breaking changes need migration guidance in the commit/PR description
|
|
47
|
-
|
|
48
|
-
### Step 4: Knowledge Audit
|
|
49
|
-
|
|
50
|
-
Check if patterns discovered during this work session should be captured before shipping:
|
|
51
|
-
|
|
52
|
-
```
|
|
53
|
-
YOUR_AGENT_core op:memory_search
|
|
54
|
-
params: { query: "current session" }
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
YOUR_AGENT_core op:brain_stats
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Look for:
|
|
62
|
-
|
|
63
|
-
- Bug fixes that reveal an anti-pattern worth capturing
|
|
64
|
-
- New patterns that should be in the vault for next time
|
|
65
|
-
- Architectural decisions that need documenting
|
|
66
|
-
|
|
67
|
-
Uncaptured knowledge is lost knowledge. If something should be captured:
|
|
68
|
-
|
|
69
|
-
```
|
|
70
|
-
YOUR_AGENT_core op:capture_knowledge
|
|
71
|
-
params: {
|
|
72
|
-
title: "<what was learned>",
|
|
73
|
-
description: "<the pattern or anti-pattern>",
|
|
74
|
-
type: "pattern",
|
|
75
|
-
tags: ["<relevant-tags>"]
|
|
76
|
-
}
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
### Step 5: Commit Quality
|
|
80
|
-
|
|
81
|
-
Verify commit messages follow conventional commits:
|
|
82
|
-
|
|
83
|
-
- `feat:` for new features
|
|
84
|
-
- `fix:` for bug fixes
|
|
85
|
-
- `refactor:` for refactors
|
|
86
|
-
- `chore:` for maintenance
|
|
87
|
-
- No AI attribution (blocked by engine rules)
|
|
88
|
-
|
|
89
|
-
### Step 6: Delivery Report
|
|
90
|
-
|
|
91
|
-
Present a checklist:
|
|
92
|
-
|
|
93
|
-
- [ ] Code quality: pass/fail (Step 1)
|
|
94
|
-
- [ ] Tests: pass/fail (Step 2)
|
|
95
|
-
- [ ] Stability: safe change / breaking change (Step 3)
|
|
96
|
-
- [ ] Knowledge: captured / needs capture (Step 4)
|
|
97
|
-
- [ ] Commits: clean / needs cleanup (Step 5)
|
|
98
|
-
|
|
99
|
-
All items must pass before recommending "ship it."
|
|
100
|
-
|
|
101
|
-
## Domain-Specific Gates
|
|
102
|
-
|
|
103
|
-
Agents with domain-specific facades may add extra gates. For example:
|
|
104
|
-
|
|
105
|
-
- **Design system agents**: token validation, contrast checks, accessibility audit
|
|
106
|
-
- **API agents**: schema validation, backward compatibility checks
|
|
107
|
-
- **Security agents**: dependency audit, secret scanning
|
|
108
|
-
|
|
109
|
-
These are additive — they don't replace the generic gates above.
|
|
110
|
-
|
|
111
|
-
## Exit Criteria
|
|
112
|
-
|
|
113
|
-
Delivery is approved when all gates pass. If any gate fails, report the failure and recommend fixes before shipping. Never approve delivery with blocking issues.
|
|
114
|
-
|
|
115
|
-
## Agent Tools Reference
|
|
116
|
-
|
|
117
|
-
| Op | When to Use |
|
|
118
|
-
|----|-------------|
|
|
119
|
-
| `admin_health` | Verify agent/system health |
|
|
120
|
-
| `memory_search` | Check for uncaptured session knowledge |
|
|
121
|
-
| `brain_stats` | Review learning state |
|
|
122
|
-
| `capture_knowledge` | Persist patterns before shipping |
|
|
123
|
-
| `capture_quick` | Fast capture for simple learnings |
|