@sanctiv/genesis
v2.0.0
Published
Genesis - AI orchestration framework combining Spec-Kit (design) and execution engine. Transform concepts into production-ready code with Claude, Cursor, and GitHub Copilot integration.
Maintainers
Readme
Genesis - AI Orchestration Framework
Transform concepts into production-ready code in days, not weeks
🌟 What is Genesis?
Genesis is an AI orchestration framework that bridges the gap between concept and code through systematic specification (Spec-Kit) and intelligent execution (Skills).
Built for: Claude Code, Cursor, GitHub Copilot
Philosophy: Single source of truth, Markdown-first, AI-native
Version: 2.0.0
🎯 Why Genesis?
The Problem
- AI agents reinvent the wheel with each session
- Knowledge scattered across docs, code, tribal wisdom
- Inconsistent workflows leading to unpredictable outcomes
- No systematic way to capture and share institutional knowledge
The Solution
Genesis provides a three-layer cognitive architecture that transforms AI agents into a coordinated team:
┌─────────────────────────────────┐
│ Validators (Quality Gates) │ ← Ensure excellence
├─────────────────────────────────┤
│ Skills (Executable Workflows) │ ← Step-by-step procedures
├─────────────────────────────────┤
│ Instructions (Foundation) │ ← Core principles
└─────────────────────────────────┘⚡ Quick Start
Installation
npm install @sanctiv/genesis
# Or globally
npm install -g @sanctiv/genesisInitialize Genesis
# Initialize in your project
genesis init
# Creates:
# - .genesis/ (single source of truth)
# - AGENTS.md (universal instructions)
# - CLAUDE.md (Claude Code memory)
# - Platform integration filesFirst Steps
# View available skills
genesis list
# Start a work cycle
genesis skill work-cycle-protocol
# Apply a validator
genesis validate pb-and-j-clarity🏗️ Architecture
Single Source of Truth
Everything lives in .genesis/ - platform files are generated:
.genesis/ ← Single source of truth
├── config.json ← System configuration
├── instructions/ ← Foundation principles
│ ├── vehicles-vs-values.md
│ ├── pb-and-j-principle.md
│ ├── ai-first-mindset.md
│ └── trust-but-verify.md
├── skills/ ← Executable workflows
│ ├── work-cycle-protocol.md
│ ├── lighthouse-protocol.md
│ ├── git-workflow.md
│ └── ... (7 total)
├── validators/ ← Quality gates
│ ├── elons-5-rules.md
│ ├── pb-and-j-clarity.md
│ └── ... (4 total)
├── commands/ ← Slash commands
├── memory/ ← Persistent context
├── plugins/ ← Extensions
└── mcp/ ← Model Context Protocol
Generated (don't edit):
├── .claude/ ← Claude Code integration
├── .cursor/ ← Cursor integration
└── .github/ ← GitHub Copilot integration📚 Core Principles
1. Vehicles < Values
Vehicle: The method (adaptable)
Value: The goal (unchanging)
Rule: Adapt methods, preserve goals
2. PB&J Principle
Every step executable by someone with ZERO prior knowledge.
3. Work Cycle Separation
Each work cycle = dedicated branch + commits + outcome.
Never mix multiple work cycles!
4. AI-First Mindset
AI agents are colleagues, not tools. Design for autonomous execution.
🔄 Core Workflows
Work Cycle Protocol (5-120 min)
- Review existing issues
- Create GitHub issue
- Create feature branch
- Execute with commits
- Validate testing
- Create PR
- Capture learnings
- Identify next priority
Lighthouse Protocol (20-45 min)
- Product Owner Analysis
- 3 Technical Pathways
- Decision Rationale
- Creative Naming
- User Story Formation
- Documentation
✅ Quality Gates
Elon's 5 Rules (IN ORDER)
- Make requirements less dumb
- Delete the part/process
- Simplify & optimize
- Accelerate cycle time
- Automate
Validators
- PB&J Clarity - Zero-knowledge accessibility
- Industry Best Practice - Standards alignment
- Commander Intent - Goal alignment
🎨 Spec-Kit Integration
Design phase commands:
genesis design covenant # Define principles
genesis design spec # Create specification
genesis design clarify # Resolve ambiguities
genesis design plan # Design architecture
genesis design tasks # Generate tasks
genesis build # Execute🔌 Platform Integration
Works with:
- Claude Code - Via CLAUDE.md and .claude/
- Cursor - Via .cursor/rules and commands
- GitHub Copilot - Via .github/copilot-instructions.md
All generated from .genesis/ - edit once, use everywhere!
🛠️ Advanced Features
- MCP Support - Model Context Protocol integration
- Custom Commands - Slash command system
- Plugin System - Extend with custom functionality
- Memory System - Persistent context across sessions
📦 Package Information
Package: @sanctiv/genesis
Version: 2.0.0
License: MIT
Node.js: >=18.0.0
Breaking Changes from v1.x:
- Complete rename: ai-sop → @sanctiv/genesis
- JSON → Markdown format
- New directory structure (.genesis/)
- Updated terminology
📖 Documentation
- AGENTS.md - Universal agent instructions
- CLAUDE.md - Claude Code memory
- .genesis/README.md - Architecture details
- .genesis/skills/ - All workflows
- .genesis/validators/ - Quality gates
🤝 Contributing
genesis init
cat AGENTS.md
genesis skill work-cycle-protocol
genesis validate pb-and-j-clarity
gh pr createSee CONTRIBUTING.md for complete guidelines.
🔗 Links
- GitHub: https://github.com/marktiderman/ai-sop
- NPM: https://www.npmjs.com/package/@sanctiv/genesis
- Issues: https://github.com/marktiderman/ai-sop/issues
📜 License
MIT License
🎭 Made with Genesis
"Where concepts transform into code, and AI agents become an orchestra."
⭐ Star • 📦 Install • 🤝 Contribute
Version 2.0.0 | @sanctiv/genesis | October 2025
