Spec-First 30-Day Adoption Plan

This plan provides a phased approach to adopting SEA™ Forge governance across your organization.


Overview

Week Focus Outcome
1 Foundation Environment ready, team trained
2 Configuration GovernedSpeed™ active
3 Integration CI/CD with governance
4 Adoption Pilot project complete

Week 1: Foundation

Day 1-2: Environment Setup

Tasks:

1
2
3
4
5
6
7
8
9
# Clone and configure
git clone https://github.com/GodSpeedAI/SEA™.git
cd SEA™ && cp .env.example .env

# Verify environment
just doctor

# Start services
docker-compose up -d

Success Criteria:

Day 3-5: Team Training

Tasks:

Materials:

Success Criteria:

Day 6-7: Initial Policies

Tasks:

Success Criteria:


Week 2: Configuration

Day 8-10: GovernedSpeed™ Setup

Tasks:

Materials:

Success Criteria:

Day 11-12: Policy Gateway Tuning

Tasks:

Success Criteria:

Day 13-14: Evidence Service Verification

Tasks:

Success Criteria:


Week 3: Integration

Day 15-17: CI/CD Integration

Tasks:

1
2
3
# Add to CI pipeline
- name: Spec Validation
  run: just spec-guard

Success Criteria:

Day 18-19: Drift Detection

Tasks:

Success Criteria:

Day 20-21: Monitoring Setup

Tasks:

Success Criteria:


Week 4: Adoption

Day 22-24: Pilot Project

Tasks:

Workflow:

1
2
3
4
5
6
just /spec adr
just /spec prd
just /spec sds
just sea-validate <file>
just pipeline <context>
just ci

Success Criteria:

Day 25-27: Documentation

Tasks:

Success Criteria:

Day 28-30: Review & Plan

Tasks:

Success Metrics: | Metric | Target | Actual | |——–|——–|——–| | spec-guard pass rate | 100% | | | Policy Gateway active | Yes | | | Evidence Service active | Yes | | | Drift detection enabled | Yes | | | Pilot completed | Yes | |


Post-30 Days

Month 2: Expansion

Month 3: Optimization

Ongoing


Quick Reference

Daily Checks

1
2
just doctor          # Environment health
just spec-guard      # Spec validation

Weekly Reviews

Key Contacts


Last Updated: January 2026 Version: 1.0.0