djscheuf

24 mods across 1 repository, 12 stars between them.

analyze-story

01

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 53 tokens original MIT

debug-e2e-workflow

03

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 49 tokens original MIT

explore-codebase

07

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

Systematically analyze an existing codebase to understand its architecture, patterns, and conventions, producing documentation for consistent development.

12 2d ago A 0 tokens original MIT

query-code

11

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 37 tokens original MIT

query-wiki

12

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

Read the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.

12 2d ago A 37 tokens original MIT

sdlc-analysis

14

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

SDLC Analysis Workflow. It extracts intent from provided story, analyzes it, and grades the analysis, and potentially repairs the analysis if needed.

12 2d ago A 33 tokens original MIT

sdlc-design

15

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 56 tokens original MIT

sdlc-implement

16

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 42 tokens original MIT

sdlc-plan

17

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

SDLC Plan Workflow. Review the provided design and draft an implementation plan, then split it into workstream plans.

12 2d ago A 28 tokens original MIT

sdlc-tdd

18

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 41 tokens original MIT

tdd-workflow

20

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 42 tokens original MIT

update-wiki

21

djscheuf/agentic-dev-ecosystem-template

Skill Claude CodeCodex

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.

12 2d ago A 57 tokens original MIT