Problem to Fix
Code Cannon ships one workflow with full agile ceremony — a ticket for every change, structured issues, pull requests, and blocking reviews. That fits high-ceremony team work, but it is heavy for solo projects that still want to look professional (tickets and pull requests worth showing to colleagues) without every guardrail meant for large teams. Today the only choices are full ceremony or none at all.
Why it Matters
Projects come at different ceremony levels: strictly governed team work, solo-but-professional work (like Code Cannon itself, which is seen by colleagues and reflects on the maintainer's professional capabilities), and just-for-fun projects. Forcing full ceremony on solo work makes the tool feel slow and discourages using it where it would still add value. A middle tier lets the same tooling serve more real projects — and, longer term, lets a team standardize on one skill set at several ceremony levels.
General Approach
Add a second, lighter skill group alongside the existing full-ceremony one. Keep the parts that demonstrate professionalism — tickets, branches, pull requests — but relax the heavyweight gates (for example, make review advisory rather than blocking, and reduce mandatory structure). Projects choose their ceremony level by selecting the group at setup; there is no runtime toggle, so each group stays simple and readable on its own. Both groups target the same code-hosting substrate, so no new enforcement mechanism is required.
Complexity
Verification / QA effort: moderate
A new group means a parallel set of skills to keep coherent and to test across every supported agent tool, but it reuses the existing code-hosting gates rather than introducing new ones.
Acceptance Criteria
- A project can select a lighter-ceremony workflow at setup and get tickets, branches, and pull requests without blocking review gates.
- The existing full-ceremony workflow is unchanged for projects that use it.
- Each ceremony level is defined as its own self-contained skill group, not a runtime switch buried in conditionals.
- The lighter group generates correctly for every supported agent tool.
Problem to Fix
Code Cannon ships one workflow with full agile ceremony — a ticket for every change, structured issues, pull requests, and blocking reviews. That fits high-ceremony team work, but it is heavy for solo projects that still want to look professional (tickets and pull requests worth showing to colleagues) without every guardrail meant for large teams. Today the only choices are full ceremony or none at all.
Why it Matters
Projects come at different ceremony levels: strictly governed team work, solo-but-professional work (like Code Cannon itself, which is seen by colleagues and reflects on the maintainer's professional capabilities), and just-for-fun projects. Forcing full ceremony on solo work makes the tool feel slow and discourages using it where it would still add value. A middle tier lets the same tooling serve more real projects — and, longer term, lets a team standardize on one skill set at several ceremony levels.
General Approach
Add a second, lighter skill group alongside the existing full-ceremony one. Keep the parts that demonstrate professionalism — tickets, branches, pull requests — but relax the heavyweight gates (for example, make review advisory rather than blocking, and reduce mandatory structure). Projects choose their ceremony level by selecting the group at setup; there is no runtime toggle, so each group stays simple and readable on its own. Both groups target the same code-hosting substrate, so no new enforcement mechanism is required.
Complexity
Verification / QA effort: moderate
A new group means a parallel set of skills to keep coherent and to test across every supported agent tool, but it reuses the existing code-hosting gates rather than introducing new ones.
Acceptance Criteria