Skip to content

Inceptor

Every feature ships as issue → PR → merge → deploy.

This scaffold practices Inceptor. There is no “just push to main”, no “I’ll write the tests later”, no “we’ll document it after launch”. Every change has:

  1. A GitHub issue that names the problem, the appetite, the solution sketch, the rabbit-holes
  2. A feature branch named phase-N/issue-NNN-slug (or chore/..., docs/..., fix/...)
  3. A PR that closes the issue via Closes #N in the body
  4. Three sub-agent passesprometeo plans, forja implements, centinela validates
  5. Squash merge to main, branch deleted

Read the 60-second tour for the workflow walkthrough.

When NOT to use Inceptor

Some changes are noise as full PRs. Use the chore/<week> train branch (when Epic 14 lands) for:

  • Typo fixes
  • Dependabot dep bumps
  • ADR additions (these are docs, not features)
  • Comment edits

Squash-merge these in batches on Fridays. Full Inceptor is for behavior changes.

See also

Report an issue

Show diagnostics

Environment

 

Console errors

 

Failed requests