You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toolkit already provides more than a collection of independent architecture skills. Several skills form coherent end-to-end capabilities.
A feature request is already handled through an architecture-aware Spec-Driven Development workflow:
classify the request as an Epic or a reviewable UserStory;
express the intended value as a User Story;
specify new or changed observable behaviour as language-agnostic Gherkin;
analyze the impact on the existing architecture;
update or create ADRs, quality scenarios, risks, components, runtime views, and deployment views where necessary;
slice the work into reviewable issues;
implement and verify the slices;
keep issues, implementation, tests, and architecture documentation aligned.
This workflow is currently distributed across architecture-impact, bdd-specification, slice-issues, implement-issue-workflow, adr, quality-scenario, risk, and traceability-review. The individual skills are documented, but the README does not yet present the resulting capability clearly.
The same applies to other combinations of skills. A flat skill list explains the available building blocks, but not what a user can achieve with them.
Issue #31 also concerns README discoverability, but has a narrower focus on agent instruction templates. Coordinate the placement of both changes without merging the scopes.
Goal
Present the toolkit through user-facing features/capabilities in the main README and make Architecture-aware Spec-Driven Development an explicit feature.
Add a final Convergence Check to the feature workflow. The check must determine whether the request, behavioural specification, architecture knowledge, implementation, tests, and delivery metadata tell one consistent story before the work is considered complete.
The feature view supplements the skill reference; it does not replace it or create a second source of truth for skill rules.
Proposed feature map
Validate the names and exact grouping during implementation. At minimum, consider:
Architecture-aware Spec-Driven Development
Possible participating skills:
architecture-impact
bdd-specification
slice-issues
implement-issue-workflow
adr
quality-scenario
risk
traceability-review
proposed convergence-check
Architecture Decision and Impact Management
Possible participating skills:
architecture-impact
adr
quality-scenario
risk
traceability-review
Domain Discovery and Domain Modeling
Possible participating skills:
grilling/me
grilling/with-docs
domain-modeling
adr
Architecture Knowledge Bootstrap and Adoption
Possible participating skills:
bootstrap-project
semantic contracts
generated agent adapters
validators and generators
Reviewable Architecture Delivery
Possible participating skills:
slice-issues
implement-issue-workflow
pr-review
traceability-review
post-merge-sync
proposed convergence-check
Avoid forcing every skill into exactly one feature. A skill may contribute to several capabilities. Keep the canonical instructions in the individual skill and contract files; the README should link to them and explain their collaboration.
Convergence Check
The Convergence Check is not another implementation phase and does not mean that all artifacts must contain the same information. It is a final consistency and completeness gate across artifacts at their appropriate abstraction levels.
Questions to answer
The check should verify at least:
Intent and scope
Does the implemented slice still match the Epic/UserStory and its acceptance intent?
Are scope changes reflected in the issue and specification?
Behaviour
Is every added or changed observable behaviour described by a Gherkin scenario, or covered by an explicit recorded waiver?
Is each scenario mapped to at least one automated verification according to the BDD bridge rules?
Do implemented edge cases contradict the feature specification?
Architecture impact
Were affected boundaries, components, interfaces, dependencies, runtime interactions, deployment elements, quality attributes, risks, and constraints assessed?
Were only genuinely affected architecture artifacts changed?
Decisions
Are conflicts with existing ADRs resolved?
Are new architecture-significant decisions recorded as proposed or accepted ADRs rather than hidden in code or PR discussion?
Are remaining human decisions explicit?
Traceability
Can the path from Epic/UserStory through feature specification and architecture impact to implementation, tests, and PR be followed?
Are authoritative outgoing relations valid and are derived views regenerated?
Implementation and verification
Do code and configuration implement the specified behaviour and decisions?
Do relevant tests, validators, generators, render checks, and builds pass?
Are unavailable checks and residual risks reported?
Documentation and delivery state
Do the issue, PR, source documentation, and code describe the same resulting state?
Are superseded assumptions or stale references removed or explicitly retained with a valid lifecycle status?
Are follow-up issues created for deliberately deferred work?
Result
Define a small, explicit result model, for example:
Converged — no unresolved contradiction or missing mandatory evidence;
Converged with recorded waivers — deviations were explicitly accepted by a human and their rationale is traceable;
Not converged — contradictions, missing links, missing verification, or undocumented decisions remain;
Blocked — the check requires unavailable evidence or a pending human decision.
A failed check should produce concrete findings and follow-up actions. It must not silently rewrite accepted requirements or architecture decisions merely to make the artifacts agree.
Automation boundary
Separate checks into:
deterministic checks that belong in validators or CI;
semantic checks an AI assistant may propose findings for;
decisions that require human review.
Do not present an AI assessment as deterministic proof.
Implementation considerations
Decide whether Convergence Check should be:
a dedicated engine-independent skills/convergence-check/SKILL.md;
a reusable reference invoked by architecture-impact, implement-issue-workflow, and pr-review;
or a combination of both.
Prefer one canonical definition and thin references from participating skills.
Invoke the check at least before a feature PR is declared mergeable or an implementation issue is considered complete.
Reuse existing validation, BDD bridge, traceability, and review rules rather than duplicating them.
Update generated agent adapters if a new canonical skill is introduced.
Add deterministic validation only where the rule can actually be established from repository data.
Acceptance criteria
The main README contains a concise feature/capability overview.
Each feature explains the outcome for the user and links to the participating canonical skills or contracts.
Architecture-aware Spec-Driven Development is documented as an end-to-end workflow from feature request to convergence.
The README makes clear that the feature view is navigation, not a duplicate source of skill rules.
The proposed feature groups are checked against the current skill set and adjusted where necessary.
A canonical Convergence Check workflow is defined.
The Convergence Check distinguishes deterministic validation, AI-assisted semantic assessment, and human decisions.
The result states and handling of waivers, blockers, contradictions, and follow-up work are explicit.
Relevant feature workflow, implementation, and PR-review skills invoke the canonical Convergence Check.
Any new skill is exposed through the supported agent adapters and adapter drift checks remain green.
Existing validators, generators, tests, and documentation builds pass.
Context
The toolkit already provides more than a collection of independent architecture skills. Several skills form coherent end-to-end capabilities.
A feature request is already handled through an architecture-aware Spec-Driven Development workflow:
This workflow is currently distributed across
architecture-impact,bdd-specification,slice-issues,implement-issue-workflow,adr,quality-scenario,risk, andtraceability-review. The individual skills are documented, but the README does not yet present the resulting capability clearly.The same applies to other combinations of skills. A flat skill list explains the available building blocks, but not what a user can achieve with them.
Issue #31 also concerns README discoverability, but has a narrower focus on agent instruction templates. Coordinate the placement of both changes without merging the scopes.
Goal
Present the toolkit through user-facing features/capabilities in the main README and make Architecture-aware Spec-Driven Development an explicit feature.
Add a final Convergence Check to the feature workflow. The check must determine whether the request, behavioural specification, architecture knowledge, implementation, tests, and delivery metadata tell one consistent story before the work is considered complete.
The feature view supplements the skill reference; it does not replace it or create a second source of truth for skill rules.
Proposed feature map
Validate the names and exact grouping during implementation. At minimum, consider:
Architecture-aware Spec-Driven Development
Possible participating skills:
architecture-impactbdd-specificationslice-issuesimplement-issue-workflowadrquality-scenariorisktraceability-reviewconvergence-checkArchitecture Decision and Impact Management
Possible participating skills:
architecture-impactadrquality-scenariorisktraceability-reviewDomain Discovery and Domain Modeling
Possible participating skills:
grilling/megrilling/with-docsdomain-modelingadrArchitecture Knowledge Bootstrap and Adoption
Possible participating skills:
bootstrap-projectReviewable Architecture Delivery
Possible participating skills:
slice-issuesimplement-issue-workflowpr-reviewtraceability-reviewpost-merge-syncconvergence-checkAvoid forcing every skill into exactly one feature. A skill may contribute to several capabilities. Keep the canonical instructions in the individual skill and contract files; the README should link to them and explain their collaboration.
Convergence Check
The Convergence Check is not another implementation phase and does not mean that all artifacts must contain the same information. It is a final consistency and completeness gate across artifacts at their appropriate abstraction levels.
Questions to answer
The check should verify at least:
Intent and scope
Behaviour
Architecture impact
Decisions
Traceability
Implementation and verification
Documentation and delivery state
Result
Define a small, explicit result model, for example:
A failed check should produce concrete findings and follow-up actions. It must not silently rewrite accepted requirements or architecture decisions merely to make the artifacts agree.
Automation boundary
Separate checks into:
Do not present an AI assessment as deterministic proof.
Implementation considerations
skills/convergence-check/SKILL.md;architecture-impact,implement-issue-workflow, andpr-review;Acceptance criteria
Out of scope