fabric-council
Installation
SKILL.md
Fabric Council
Use one fabric_exec call with bounded role fan-out. Choose three to five roles that disagree usefully rather than duplicating one another, such as correctness, security, operability, maintainability, and requirements skepticism.
type CouncilOutcome =
| { role: string; status: "completed"; report: string }
| { role: string; status: "failed"; error: string };