Skip to content

Convention Index

This document is the central entry point for the implementation-playbook style conventions in the Context-Action repository. The docs have grown enough that it helps to group which documents define the rules, which ones demonstrate the pattern, and which ones lock the verification model.

  1. Implementation Convention
  2. Canonical Order Form Example
  3. Playbook Scenario Library
  4. Explicit State Machine
  5. Stability Test Cycle

These five cover:

  • folder structure
  • workflow transition rules
  • domain-level expansion
  • testing expectations

Grouped by Role

1. Documents that define the standard

2. Documents that explain logic and transitions

3. Documents that demonstrate the implementation

4. Documents that define verification

Reading Paths by Goal

For architecture alignment

  1. Implementation Convention
  2. Explicit State Machine
  3. Stability Test Cycle

For implementer onboarding

  1. Canonical Order Form Example
  2. Access Request Playbook Example
  3. Incident Escalation Playbook Example
  4. Renewal Risk Review Playbook Example

For designing new scenarios

  1. Playbook Scenario Library
  2. Implementation Convention
  3. repo-local skill: skills/context-action-implementation-playbook/SKILL.md

Read Alongside the Example App

The docs make more sense when paired with the live demos:

  • /patterns/implementation-playbook
  • /patterns/implementation-playbook/access-request
  • /patterns/implementation-playbook/incident-escalation
  • /patterns/implementation-playbook/renewal-risk-review

One-Line Summary

To turn this into a team convention, follow: Implementation Convention -> Explicit State Machine -> Canonical Example -> Scenario Demos -> Stability Test Cycle

Released under the Apache-2.0 License.