name: kyro-ai
type: workflow
version: "5.0.1"
description: >
  Portable sprint workflow kit for AI coding agents, with markdown artifacts,
  adapter guides, adaptive per-project learning, and formal validation gates.

author:
  name: SynapSync
  url: https://github.com/SynapSync

license: Apache-2.0

commands:
  - forge # Full cycle: Analyze → Plan → Implement → Review → Commit
  - status # Project progress and technical debt summary
  - task-context # Fresh-context prompt generation for continuation
  - idea # Optional evidence-grounded idea maturation before starting a scope
  - qa # Certification audit — code, architecture, security, testing, planning sync (independent of forge cycle)
  - scope-retire # Human-gated, auditable terminal scope retirement

agents:
  - orchestrator # Full cycle coordination — analysis, review, debugging, and sprint execution

skills:
  - sprint-forge # Core orchestration — modes, helpers (analyzer, reviewer, learner, metrics, handoff), templates
  - seedbed # Evidence-grounded planning for rough or mature ideas (loaded only via /kyro:idea)
  - qa-review # Senior QA auditor — code review, architecture validation, security audit, sprint-forge verification

artifacts:
  root: .agents/kyro/scopes/ # Rules and sprint documents (per-scope)

philosophy:
  - "Learn from every sprint, apply in the next"
  - "Investigate before planning, plan before implementing"
  - "Every task passes a quality gate before closure"
  - "Mental context is as important as code"
  - "Zero dead time — parallel tasks when possible"
  - "Debt never disappears — only its status changes"
  - "The plan serves execution, not the reverse"
