Versonas — discipline challenge agents
Versonas are AI challenge agents that pressure-test work from discipline-specific perspectives. They are not team roles — they are challenge functions that strengthen thinking before costly commitments.
How Versonas work
- A decision point is reached (refinement, pre-build, pre-release, architecture choice).
- The team identifies which discipline perspectives are relevant.
- The appropriate Versonas are invoked (via Cursor rule or manual prompt).
- Each Versona challenges the work from its discipline's perspective, producing structured output.
- The team acts on concerns or accepts the risk, capturing the decision in the Ember Log.
Bridge-awareness
Each Versona template references its discipline's bridge document (*-SDLC-PDLC-BRIDGE.md). The bridge contains a phase alignment table that tells the Versona agent when its discipline is most relevant:
- Architecture Versona is strongest at phases A–C (discover, specify, design), lighter at D–F.
- Testing Versona activates at phases D–E (build, verify) and during Assay Gate.
- BA Versona is strongest at phases A–B (discover, specify) and at Review.
This phase-awareness lets Versonas calibrate challenge intensity based on the current Spark's phase prefix (discover:, build:, verify:, etc.).
Template catalog
Engineering family (7 disciplines)
Data family (2 disciplines)
Product family (5 disciplines)
Governance family (1 discipline)
| Template |
Discipline |
Core challenge |
versona-pm.mdc.template |
Project Management |
Are we delivering within constraints? |
Cross-cutting (2 disciplines)
Family aggregators
Adopting Versonas in a consuming repo
- Copy the templates you need to
.cursor/rules/ in your repo (remove .template suffix).
- Update
globs: in each rule to match your project's file structure.
- Configure which Versonas are active in
forge.config.yaml (via the setup wizard).
- Use family aggregators to activate discipline groups without configuring each individually.
See VERSONA-CONTRACT.md for the standard structure every Versona rule must follow.