chore(workflow): refine agents, skills, commands, and ADR structure for v5#70
Merged
chore(workflow): refine agents, skills, commands, and ADR structure for v5#70
Conversation
…or v5 - Consolidate ADR files into single adr.md (drop adr-NNN-<title>.md pattern) - Add test-coverage and test-build tasks; fix test-fast/test flags - Clarify design priority chain with full complexity ladder - Remove self-selection language from agent instructions - Add refactor and design-patterns skills to reviewer agent - Add BASELINED guard to feature-selection skill - Fix scope skill: drop silent pre-mortem requirement from Session 1 - Align function/class line-count wording to code-lines-only
…ure moves, unified session protocol - Split docs/discovery.md into three append-only files: docs/discovery_journal.md (raw Q&A), docs/discovery.md (synthesis), docs/architecture.md (architectural decisions) - Remove docs/features/discovery.md (superseded) - Replace Phase 1/Phase 2 model with 2-stage model: Stage 1 Discovery (unified iterative sessions) + Stage 2 Specification (stories + criteria) - PO is sole owner of all .feature file moves; SE and reviewer never move or edit .feature files; explicit escalation when no in-progress feature - Add bug handling protocol: PO adds @bug @id, SE writes both @id test and @given Hypothesis property test - Add real-time split rule: >2 concerns or >8 Examples splits immediately within the same session - Add session status markers to discovery_journal.md: IN-PROGRESS/COMPLETE - Update all agent files, skills, workflow docs, and research docs to match
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/architecture/adr.md(drop per-decisionadr-NNN-<title>.mdpattern)test-coverageandtest-buildtasks topyproject.toml; fixtestandtest-fasttask flagsChanges
software-engineerandproduct-owner; addrefactoranddesign-patternsskills toreviewertest-build,doc-build), quality gate wording, and code-lines-only clarification for function/class length limitsTesting
task lint— not applicable (markdown/toml only)task static-check— not applicableReviewer Notes
All changes are to workflow documentation, agent instructions, skill files, and
pyproject.tomltask definitions. No application source code was modified.