Skip to content

v1.8.0 — Persona-Driven Subagent Dispatch

Choose a tag to compare

@Interstellar-code Interstellar-code released this 22 Mar 08:46
· 56 commits to main since this release

v1.8.0 — Persona-Driven Subagent Dispatch

Tasks are now matched to expert personas from personas/curated/:

  • Planning: writing-plans annotates each task with [backend-architect], [frontend-engineer], [security-engineer], etc.
  • Execution: SDD loads the full curated persona and injects it into every implementer subagent
  • Result: Backend tasks get a Backend Architect's rules (schema conventions, API patterns), frontend tasks get a Frontend Engineer's rules (component boundaries, i18n, state invalidation)

Also includes v1.7.0 changes: standalone metrics packager, SDD quality fixes, model capture.

See RELEASE-NOTES.md for full details.