waysregistry
DocsGitHub
registry
incu/devway

Incu Development

Incu's gated feature-development flow (discovery → PRD → plan → build → scans → PRs).

developmentconformant — validation tier: Passes the conformance rules: real gates, documents and state are declared.byincuv1.3.01 install
$ npx ways.sh add github:incu-tech/incuway

Installs the way at the repository root. The CLI cannot yet target a manifest inside a repo, so ways/incu-dev/way.yaml is not addressable on its own — use the registry name below to identify it until ways add can resolve one.

registry nameincu/dev

The flow

spec.flow — 8 phases · 5 gates
01

Discovery & intake

discovery
02

PRD

prd
PRD.mdrequireddocs/prds/{slug}/PRD.md
PRD reviewgate: prd
blockingneeds your approval
03

Implementation plan

plan
PLAN.mdrequireddocs/prds/{slug}/PLAN.md
Plan reviewgate: plan
blockingneeds your approvalwaits for: prd
04

Implementation

implementation
05

Validation & scans

validation
TESTING.mddocs/prds/{slug}/TESTING.md
User testinggate: testing
blockingneeds your approvalwaits for: plan
06

PR feat→develop

pr-develop
PR feat→developgate: pr-develop
blockingneeds your approvalwaits for: testing
07

PR develop→main

pr-main
PR develop→maingate: pr-main
blockingneeds your approvalwaits for: pr-develop
08

Done

done

Bind & require

what it needs from your environment

Capability slots

spec.needs — bind to your tools

Version-control hostvcs-host
ways.dev/vcs-host@1

Hosts the repo and PRs — where this way opens and gates pull requests.

githubgitlabbitbucket

declared by the way

Static application security testingsast
ways.dev/sast@1

Scans first-party code for vulnerabilities in the validation phase.

snyksemgrep

declared by the way

Software composition analysissca
ways.dev/sca@1

Scans dependencies for known vulnerabilities in the validation phase.

snyk

declared by the way

Code quality analysiscode-quality
ways.dev/code-quality@1

Static quality scan (bugs, code smells) required by the validation checklist.

sonarqube

declared by the way

Requires

spec.requires — checked by ways doctor

gitmustgit --version
ghmustgh --version · >=2.0.0

Payload

skills & knowledge placed on install

dev-conventionsrule

Source

indexed, not hosted
refmain
commited7bee6bc22b86e07e52542774ec3a4dc696ccef
manifestways/incu-dev/way.yaml
validated