Skip to content

Commit d589677

Browse files
committed
chore(ai): complete CodebaseOverview skill manifest (#10104)
1 parent e936afb commit d589677

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

learn/guides/fundamentals/CodebaseOverview.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -439,17 +439,30 @@ Offline cognitive maintenance runs as **Node.js scripts**, not MCP protocol oper
439439

440440
---
441441

442-
### Swarm Skills & Workflows (`/.agent/skills/` - 12 files, ~300 lines)
442+
### Swarm Skills & Workflows (`/.agent/skills/` - 13 skills)
443443

444-
Formalized Anthropic Progressive Disclosure Skills natively used by the swarm:
445-
- `create-skill`: Architectural blueprinting for new operational abilities.
444+
Formalized Anthropic Progressive Disclosure Skills natively used by the swarm. Listed in execution-lifecycle order, then tactical, creative, and meta. See [`learn/agentos/ProgressiveDisclosureSkills.md`](../../agentos/ProgressiveDisclosureSkills.md) for the full protocol reference and lifecycle flow diagram.
445+
446+
**Lifecycle (execution gates):**
447+
- `ticket-intake`: Pre-execution validation gate for existing tickets (validation sweep, ROI calculation, branch-before-code).
446448
- `ticket-create`: Pre-creation discipline gate for new GitHub issues (duplicate sweep, Fat Ticket body, title/label rules, visible-proposal protocol).
447-
- `self-repair`: Diagnostic workflows utilizing tests and historical Memory Core states to intelligently triage infrastructure degradation.
448-
- `ideation-sandbox`: Safe brainstorming pipelines mapped directly into GitHub Discussions.
449-
- `pr-review`: Evaluation matrix templates spanning `[ARCH_ALIGNMENT]` to `[EFFORT_PROFILE]`.
450-
- `tech-debt-radar`: Proactive architectural sweep using semantic RAG to map and target technical debt.
449+
- `pull-request`: Post-implementation reflection + PR creation (stepping-back protocol, conventional-commit format, handoff sequence).
450+
- `pr-review`: Evaluation matrix templates spanning `[ARCH_ALIGNMENT]` to `[EFFORT_PROFILE]` + graph ingestion tags for the Dream Pipeline.
451+
- `tech-debt-radar`: Proactive architectural sweep using semantic RAG to map and target technical debt. Invoked during `ticket-intake` and `pr-review`.
452+
453+
**Tactical (live operations):**
451454
- `neural-link`: Standard operating procedures for traversing the Object-Permanent VDOM structure.
452-
- `unit-test`: Synthetically driving Playwright natively.
455+
- `unit-test`: Synthetically driving Playwright natively within the single-thread architecture.
456+
- `whitebox-e2e`: Neural Link pre-flight workflow for authoring robust end-to-end tests.
457+
- `self-repair`: Diagnostic workflows utilizing tests and historical Memory Core states to intelligently triage infrastructure degradation.
458+
- `memory-mining`: Querying Memory Core before diagnosing regressions or proposing architectural claims — prevents re-derivation of prior reasoning across sessions and harnesses.
459+
- `debugging-antigravity`: Debugging Antigravity IDE MCP servers, language-server duplication, and `mcpServers` configuration.
460+
461+
**Creative:**
462+
- `ideation-sandbox`: Safe brainstorming pipelines mapped directly into GitHub Discussions (diverts early-stage proposals away from the active Issue queue).
463+
464+
**Meta:**
465+
- `create-skill`: Architectural blueprinting for new operational abilities.
453466

454467
---
455468

0 commit comments

Comments
 (0)