Skip to content

Releases: NSEvteev/FullSpec

v1.1.0 — Hotfix process & discussion improvements

24 Mar 06:50

Choose a tag to compare

Added

Hotfix process

  • /hotfix command — separate workflow for bugs, production incidents, and small fix bundles
  • Full standard with 7 phases: triage, diagnosis, impact analysis, parallel fix (code + docs), validation, delivery
  • 2 new agents: hotfix-docs-agent (parallel doc updater) and hotfix-docs-search-agent (impact scanner)
  • hotfix.md rule — auto-suggests /hotfix for bug-related requests

Discussion improvements

  • PROP classification (Formal/Decision) in discussion, design, and plan-test workflows
  • "Rejected proposals" section with validation (D024)

Development improvements

  • Per-service fix agents: one agent = one service, max 3 fix iterations
  • Stronger SSOT enforcement in chain workflow

Changed

  • /chain simplified to pure Happy Path (15 tasks) — bugs/hotfixes → /hotfix
  • Removed --hotfix and --bug-bundle modes from /chain

Full details: CHANGELOG.md

v1.0.0 — First public release

24 Mar 06:50

Choose a tag to compare

First public release. 498 commits of building a complete AI-powered development template.

Added

Core process (8 phases)

  • /chain command — full lifecycle orchestration from idea to production
  • Analysis chain: Discussion → Design → Plan Tests → Plan Dev (DRAFT → WAITING status flow)
  • Docs Sync: parallel agents for per-service docs, per-tech standards, system overview
  • Dev launch: /dev-create — Issues + Milestone + Branch automation
  • Implementation: dev-agent with TASK-N blocks, waves, CONFLICT detection
  • Final validation: /test — sync main, docker, tests/lint/build/e2e
  • Delivery: /review/pr-create/merge pipeline
  • Completion: /chain-done — DONE cascade, docs update
  • Release: /release-create + /post-release validation

Skills (70) | Agents (23) | Per-tech standards (9) | 80+ validation scripts

Project infrastructure

  • Microservice folder structure with .instructions/ in every folder
  • 16 context rules, labels system, issue/PR templates
  • Makefile with 20+ commands, pre-commit hooks
  • CLAUDE.md, initialization guide, onboarding, glossary

Changed

  • License: proprietary → MIT

Full details: CHANGELOG.md