Skip to main content

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

SpecVersionLocationDescription
EGS (Engineering Governance Spec)v1.2Cloud UB: ub-5d9f36e55da6The engineering rulebook. 9 chapters covering code standards, workflows, verification, compliance, and governance.
Company Constitutionv2.0.claude/rules/company-constitution.md14 sections of core behavioral standards. Highest behavioral authority.
Agent Intelligence Protocolv2.0.claude/rules/agent-intelligence-protocol.md8 mandatory agent behaviors: session start, pre-decision, correction capture, discovery, pre-exit, session handoff, research-first, proactive proposal.

Infrastructure & architecture

SpecVersionLocationDescription
MTAAA (Multi-dimensional Taxonomy & Auto-classification Architecture)v1.4docs/MTAAA-Spec-v1.4-DRAFT.md5-node classification pipeline, UBI Router, 5 content handlers, Controlled Vocabulary.
WO Systemv4.0Cloud UB8-state machine with transition gates, RBAC, full audit trail.
Cloud Migration Planv1.0000_Captain_Quarters/Specs/Cloud_Migration_Status.md5-phase migration from Local UB to Cloud UB.
Agent Anatomy 13 Componentsv1.0Cloud UBBlueprint for agent design: 13 components from Identity to State.

Operations & process

SpecVersionLocationDescription
Pre-Flight Checkv1.0Cloud UB: ub-a0914abf17a73D scoring (Blast Radius x Knowledge Freshness x Reversibility) before non-trivial tasks.
Session Handoff Protocolv1.0Cloud UB: ub-7c698cb60299Todo persistence across sessions via Cloud UB ingest.
Compaction Recovery Protocolv3.0.claude/rules/compaction-recovery-protocol.mdMemory cliff defense: lean recovery after context compaction.

Spec lifecycle

StatusMeaning
DraftWork in progress, not authoritative
ReviewSubmitted for 66s review and Captain approval
ActivePublished and authoritative
UpdatedNew version in progress
DeprecatedSuperseded by newer version

Versioning convention

ConventionExample
Major versionv1.0 → v2.0 (breaking changes)
Minor versionv1.1 → v1.2 (additions, refinements)
Draft suffixv1.4-DRAFT
UB entryEach 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)
└── ...

PageRelationship
Resources OverviewResource categories
Decision LogCaptain-approved decisions
EGS ComplianceGovernance enforcement