Specs Catalog
Benchmarked against: Anthropic — (No direct equivalent) Scope: Index of all formal specifications in the SuperPortia ecosystem
All specifications are versioned documents that define how the system works. They are the authoritative reference for implementation decisions.
Active specifications
Engineering & governance
| Spec | Version | Location | Description |
|---|---|---|---|
| EGS (Engineering Governance Spec) | v1.2 | Cloud UB: ub-5d9f36e55da6 | The engineering rulebook. 9 chapters covering code standards, workflows, verification, compliance, and governance. |
| Company Constitution | v2.0 | .claude/rules/company-constitution.md | 14 sections of core behavioral standards. Highest behavioral authority. |
| Agent Intelligence Protocol | v2.0 | .claude/rules/agent-intelligence-protocol.md | 8 mandatory agent behaviors: session start, pre-decision, correction capture, discovery, pre-exit, session handoff, research-first, proactive proposal. |
Infrastructure & architecture
| Spec | Version | Location | Description |
|---|---|---|---|
| MTAAA (Multi-dimensional Taxonomy & Auto-classification Architecture) | v1.4 | docs/MTAAA-Spec-v1.4-DRAFT.md | 5-node classification pipeline, UBI Router, 5 content handlers, Controlled Vocabulary. |
| WO System | v4.0 | Cloud UB | 8-state machine with transition gates, RBAC, full audit trail. |
| Cloud Migration Plan | v1.0 | 000_Captain_Quarters/Specs/Cloud_Migration_Status.md | 5-phase migration from Local UB to Cloud UB. |
| Agent Anatomy 13 Components | v1.0 | Cloud UB | Blueprint for agent design: 13 components from Identity to State. |
Operations & process
| Spec | Version | Location | Description |
|---|---|---|---|
| Pre-Flight Check | v1.0 | Cloud UB: ub-a0914abf17a7 | 3D scoring (Blast Radius x Knowledge Freshness x Reversibility) before non-trivial tasks. |
| Session Handoff Protocol | v1.0 | Cloud UB: ub-7c698cb60299 | Todo persistence across sessions via Cloud UB ingest. |
| Compaction Recovery Protocol | v3.0 | .claude/rules/compaction-recovery-protocol.md | Memory cliff defense: lean recovery after context compaction. |
Spec lifecycle
| Status | Meaning |
|---|---|
| Draft | Work in progress, not authoritative |
| Review | Submitted for 66s review and Captain approval |
| Active | Published and authoritative |
| Updated | New version in progress |
| Deprecated | Superseded by newer version |
Versioning convention
| Convention | Example |
|---|---|
| Major version | v1.0 → v2.0 (breaking changes) |
| Minor version | v1.1 → v1.2 (additions, refinements) |
| Draft suffix | v1.4-DRAFT |
| UB entry | Each version ingested with spec tag |
Finding specs
In Cloud UB
# Search for all specs
search_brain(query="spec engineering governance")
# Browse by category
search_by_category(category="project_doc", subcategory="specification")
In Git repository
docs/
├── EGS-v1.2.md
├── MTAAA-Spec-v1.4-DRAFT.md
└── ...
.claude/rules/
├── company-constitution.md (v2.0)
├── agent-intelligence-protocol.md (v2.0)
└── ...
Related pages
| Page | Relationship |
|---|---|
| Resources Overview | Resource categories |
| Decision Log | Captain-approved decisions |
| EGS Compliance | Governance enforcement |