A GitHub template repository incorporating the ai-system framework for AI-assisted software development, pre-configured with an opencode local trigger workflow.
A vendor-neutral, model-agnostic framework for AI-assisted software development. Provides structured documentation, command-driven workflows, and quality gates that work identically across any AI coding tool.
ai-system/
├── protocols/ # Entry, tiering, QA, escalation, verification
├── agents/ # Function-based roles (Planner, Architect, Implementer, etc.)
├── commands/ # Reusable command pipelines (execute-feature, dev-cycle, etc.)
├── standards/ # Engineering principles
├── planning/ # Task queue and project plan
├── memory/ # Decisions and lessons
├── index/ # Repo map and dependency graph
├── testing/ # Test plan and results
├── checkpoints/ # Session log and in-progress tracking
├── summaries/ # Development history
└── integrations/ # Optional tool integration examples
The first file any AI agent reads to get a 30-second project orientation.
For teams upgrading from ai-system v1 to v2.
Enables running opencode agents directly from issue comments and PR review comments using /oc, /opencode, /design, /od, and /opendesign commands. Delegates to the central workflow runner in the sotonye-dagogo-dev/github-workflows repository.
Click "Use this template" on GitHub to create a new repository.
git clone <your-new-repo-url>
cd <your-repo>Then, in your AI tool, run the bootstrap command:
Execute command: ai-system/commands/bootstrap-project.md
Directive: [describe your project, e.g., "Next.js + Node.js marketplace app"]
Execute command: ai-system/commands/dev-cycle.md
Comment /oc on any issue or PR to trigger an opencode agent session via the configured workflow.
- GitHub Organization: For teams, set up an org-level secrets and environments to share across repos using this template.
- Repository Secrets: If using the opencode workflow, ensure
GITHUB_TOKENhas the necessary permissions (contents write, pull requests write, issues write). - AI Tool: Any AI coding tool that can read
ai-context.mdat session start (CLI, IDE extension, API loop, or autonomous agent). - GitHub Workflows Repo: The opencode trigger workflow references
sotonye-dagogo-dev/github-workflows. Ensure this repository is accessible within your org, or update the workflow reference accordingly.
ai-systemFramework Docs: See Sotonye0808/ai-system-template for the canonicalai-systemdocumentation and philosophy.- Opencode Workflows: See sotonye-dagogo-dev/github-workflows for the central workflow runners.
See LICENSE.