Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .agents/skills/deft-directive-swarm/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: deft-directive-swarm
description: >-
Parallel local agent orchestration. Use when running multiple agents
on vBRIEF stories simultaneously — to scan active/ for allocatable work,
set up isolated worktrees, launch agents with proven prompts, monitor
progress, handle stalled review cycles, and close out PRs cleanly.
---

Read and follow: skills/deft-directive-swarm/SKILL.md
10 changes: 0 additions & 10 deletions .agents/skills/deft-swarm/SKILL.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- **feat(installer): rewrite Go installer thin pointers for deft-directive-* namespace** (#332, Part of #309): Renamed 5 existing skill thin pointer constants from deft-* to deft-directive-* (deft-setup -> deft-directive-setup, deft-build -> deft-directive-build, deft-review-cycle -> deft-directive-review-cycle, deft-roadmap-refresh -> deft-directive-refinement, deft-swarm -> deft-directive-swarm); added 3 new skill thin pointers (deft-directive-interview, deft-directive-pre-pr, deft-directive-sync); expanded allSkillNames from 6 to 9 entries; updated agentsMDEntry to reference deft-directive-setup paths and PROJECT-DEFINITION.vbrief.json; added 5 new tests covering 9-skill count, individual pointer content for interview/pre-pr/sync, and refinement-replaces-roadmap-refresh assertion; updated all existing test assertions for new skill names
- **docs(vbrief): rename deft-swarm to deft-directive-swarm with flexible vBRIEF allocation** (#317, Part of #309): Renamed `skills/deft-swarm/` to `skills/deft-directive-swarm/` and updated `.agents/skills/` thin pointer; updated SKILL.md frontmatter name to `deft-directive-swarm`; rewrote Phase 0 from ROADMAP.md/SPECIFICATION.md analysis to vBRIEF-centric allocation -- monitor scans `vbrief/active/` for story-level vBRIEFs and allocates one or more per agent based on scope, complexity, and dependencies (no fixed 1:1 rule); added Phase 5 "Complete vBRIEFs" subsection -- move vBRIEF from `active/` to `completed/` via `task scope:complete`, update `plan.status`, read `references` and close origin issues; updated all cross-skill references from `deft-*` to `deft-directive-*`; removed all ROADMAP.md/SPECIFICATION.md source-of-truth references; updated prompt template to reference `vbrief/active/` for task discovery; added 2 new anti-patterns (hardcoded 1:1 allocation, completing without vBRIEF lifecycle update); updated 41 test functions in `tests/content/test_skills.py` for new path and added 7 new tests for #317 acceptance criteria
- **docs(vbrief): update ancillary framework docs for vBRIEF-centric model** (#331, Part of #309): Updated 11 ancillary framework documents for the new vBRIEF-centric document model -- REFERENCES.md (PROJECT.md -> PROJECT-DEFINITION.vbrief.json, lifecycle folders and scope vBRIEFs in loading scenarios and reference chains), README.md (skill names deft-* -> deft-directive-*, directory structure with lifecycle folders, Your Artifacts section rewritten for scope vBRIEFs), CONTRIBUTING.md (CLI command descriptions updated for scope vBRIEFs), commands.md (spec delta merge updated for scope vBRIEFs instead of SPECIFICATION.md), strategies/interview.md (deft-setup -> deft-directive-setup, implementation target updated to scope vBRIEFs), strategies/map.md and strategies/speckit.md (PROJECT.md -> PROJECT-DEFINITION.vbrief.json), templates/make-spec.md (spec flow rewritten to produce scope vBRIEFs in lifecycle folders), context/working-memory.md (plan.vbrief.json + scope vBRIEF planRef relationship per D15, lifecycle folders as non-scratch), resilience/continue-here.md (continue.vbrief.json + scope vBRIEF planRef per D15), context/long-horizon.md (planRef to scope vBRIEFs, scope:complete lifecycle, anti-pattern for scratch misuse)
- **Core doc updates for vBRIEF-centric model** (#313, Part of #309): Updated main.md -- replaced all PROJECT.md references with PROJECT-DEFINITION.vbrief.json (Rule Precedence, Framework Structure, Decision Making branching rule, Context Awareness), rewrote vBRIEF Persistence section to include lifecycle folder structure (proposed/, pending/, active/, completed/, cancelled/), scope vBRIEF filename convention (YYYY-MM-DD-descriptive-slug.vbrief.json), PROJECT-DEFINITION.vbrief.json as project identity gestalt, and folder-move prohibition. Updated AGENTS.md -- collapsed First Session gate from 3 checks (USER.md + PROJECT.md + SPECIFICATION.md) to 2 checks (USER.md + PROJECT-DEFINITION.vbrief.json), renamed all skill paths from deft-* to deft-directive-* (8 entries), replaced "roadmap refresh" / "triage" / "refresh roadmap" triggers with "refinement" / "reprioritize" / "refine", updated Development Process to check scope vBRIEF coverage instead of SPECIFICATION.md task coverage, updated branching rule PROJECT.md reference. Updated test assertion in test_agents_md.py to match new scope vBRIEF check wording.

Expand Down
2 changes: 1 addition & 1 deletion scm/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Rules that apply to every `gh` invocation, regardless of context.
```
gh issue close <N> --comment "Closed by #<PR> (squash merge -- auto-close did not trigger)"
```
3. ~ This applies to ALL PR merges, not just swarm runs. See also: `skills/deft-review-cycle/SKILL.md` Post-Merge Verification, `skills/deft-swarm/SKILL.md` Phase 6 Step 2.
3. ~ This applies to ALL PR merges, not just swarm runs. See also: `skills/deft-review-cycle/SKILL.md` Post-Merge Verification, `skills/deft-directive-swarm/SKILL.md` Phase 6 Step 2.

## Windows / PowerShell Encoding Guidance

Expand Down
Loading
Loading