Analyzes the extracted story document, capturing capability, acceptance criteria, edge cases, dependencies and open design questions. Use after extracting a story from a user request, to clarify the stories intended and likley imact. Use before designing the implementation.
Complete E2E test debugging workflow (composite orchestrator). Starts by reviewing the provided test failure evidence, then forms hypotheses, applies fixes, and verifies results for a presumed E2E playwright test suite.
Systematically analyze an existing codebase to understand its architecture, patterns, and conventions, producing documentation for consistent development.
Read the project code (src/) to find existing implementation patterns, and related functionality. Surfaces relevant patterns, services, interfaces, and components for the task at hand.
Read the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.
SDLC Design Workflow. Captures a snapshot of the current repo state, relative to the incoming story analysis, then prepares a design for the story implementation, base on the snapshot and provided analysis. Finally grades the design based on the Design Quality Rubric.
SDLC Implement Workflow. Review the provided analysis and implementation plan. Then crafts Test cases from the AC and implementation plan, then loops thru all test cases in a TDD cycle.
A Single Cycle of TDD (Red-Green Phases). Reviews the provided implementation plan, and Test case, implements the next test in Red-Green, Commit cycle.
Complete Test-Driven Development cycle (Think, Red, Green, Refactor) for implementing a feature or fixing a bug. Use as the top-level entry point for TDD work.
Maintain the project wiki in vault/. Use at the end of any session that produced a decision, fact, or state change. Extracts entities, updates topic pages, adds cross-links, never deletes. Pairs with the postcascaderesponsewithtranscript hook.
Instructions for djscheuf/agentic-dev-ecosystem-template, covering vault protocol, at session start, during the session, at session end and writing style.