II.
LibraryProcess overview
Reference · livelib-process:shared--quality-gated-six-phase
quality-gated-six-phase overview
Six-phase quality-gated development methodology: design → planning → implementation (subagent-TDD) → verification → debugging → finishing. Distilled from joe-habu/superbabysitter@531a39c1. Each phase is exported individually so downstream processes can compose them piecemeal. The unified end-to-end process lives in library/contrib/joe-habu/superbabysitter/quality-gated-development.js. Every phase task is fronted by a `ctx.breakpoint()` gate with a canonical breakpointId so users can auto-approve via rules. Reviewer/fixer loops inside the implementation phase use the robust-rejection escalation primitive `nStrikesEscalation`.
Attributes
displayName
quality-gated-six-phase
description
Six-phase quality-gated development methodology:
design → planning → implementation (subagent-TDD) → verification → debugging → finishing.
Distilled from joe-habu/superbabysitter@531a39c1. Each phase is exported
individually so downstream processes can compose them piecemeal. The
unified end-to-end process lives in
library/contrib/joe-habu/superbabysitter/quality-gated-development.js.
Every phase task is fronted by a `ctx.breakpoint()` gate with a canonical
breakpointId so users can auto-approve via rules. Reviewer/fixer loops
inside the implementation phase use the robust-rejection escalation
primitive `nStrikesEscalation`.
libraryPath
library/methodologies/quality-gated-six-phase.js
Outgoing edges
follows_methodology1
- methodology:quality-gated-six-phase·MethodologyQuality-Gated Six-Phase
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_implements_workflow2
- workflow:feature-development·Workflow
- workflow:release-management·Workflow
lib_involves_role2
- role:qa-engineer·RoleQA Engineer
- role:tech-lead·RoleTech Lead
lib_requires_skill_area3
- skill-area:acceptance-testing·SkillAreaAcceptance Testing
- skill-area:integration-testing·SkillAreaIntegration Testing
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing
Incoming edges
None.