maurizio100

16 mods across 1 repository, 2 stars between them.

adr-researcher

01

maurizio100/human-agent-workflow-bundle

Agent

Research agent for adr-writing. Given a decision topic, returns the next ADR ID, related existing ADRs, and key context from relevant arc42 chapters. Invoke before drafting any ADR.

2 1mo ago A 42 tokens

code-reviewer

02

maurizio100/human-agent-workflow-bundle

Agent

Read-only PR review agent. Given a PR number and story/issue ID, reviews the pushed diff against the change's stated intent and the project's own documented conventions (discovered from CLAUDE.md and the docs it points to), applies a security lens when the change touches auth, posts a summary review comment plus…

2 1mo ago A 96 tokens

domain-reader

03

maurizio100/human-agent-workflow-bundle

Agent

Research agent that reads glossary, context files, and relationships for one or more bounded contexts. Used by gherkin-story-authoring and plan-story before writing. Pass the context name(s) as input.

2 1mo ago A 44 tokens

maurizio100/human-agent-workflow-bundle

Agent

Research agent for backlog-grooming. Reads the full project state and returns a compact snapshot covering story status by epic, context coverage, unimplemented relationships, and building blocks without stories.

2 1mo ago A 41 tokens

story-researcher

05

maurizio100/human-agent-workflow-bundle

Agent

Research agent for plan-story. Given a story ID, reads all relevant documentation and returns a structured context summary ready for plan writing. Invoke before writing any plan.

2 1mo ago A 37 tokens

arc42-authoring

06

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Design, extend, and maintain arc42 architecture documentation in Markdown. Supports three operations: designing new chapters from scratch collaboratively, extending or editing existing chapters with new sections or content, and targeted mid-story edits invoked from implement-story. Use this skill whenever the user…

2 1mo ago A 0 tokens

backlog-grooming

07

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Collaborative backlog refinement — reads the current project state, identifies gaps, and suggests new stories to discuss with the user. Use this skill whenever the user wants to think about what to build next, asks for story suggestions, wants to review the backlog, or says something like "what should we work on…

2 1mo ago A 91 tokens

chore-story

08

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Create lightweight chore stories for non-behavioral changes — layout tweaks, refactorings, dependency updates, tooling, or documentation. Use this when the change doesn't warrant Gherkin scenarios but still needs traceability. Trigger when the user says "quick fix", "chore", "refactor", "tweak", or describes a change…

2 1mo ago A 81 tokens

domain-storytelling

09

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Analyze finished Domain Storytelling stories (typically Egon .dst exports) and produce the downstream domain artifacts — bounded context candidates, glossary entries, relationship hints, and seed Gherkin stories. Use this skill whenever the user shares an Egon .dst file, a domain story write-up, a numbered…

2 1mo ago A 148 tokens

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Finalize implementation conventions after domain-storytelling and arc42-authoring are complete. Reads the architecture documentation, discusses conventions with the user, and writes the full CLAUDE.md plus layer-specific pattern files. Run this once arc42 content exists.

2 1mo ago A 53 tokens

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Author and refine Gherkin user stories as .feature files with proper IDs, epic grouping, declarative steps, and acceptance criteria suitable for triggering an agent-driven TDD loop. Use this skill whenever the user wants to write a new user story, promote a seed scenario from domain analysis into a real story, refine…

2 1mo ago A 130 tokens

implement-story

12

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Implement a planned story — reads the plan from docs/plans/STORY-NNN.md on the current branch, writes failing tests, implements, runs the full test suite, self-reviews, and marks the PR ready for review. Assumes plan-story has already run and the plan file exists. Use this when picking up implementation after a plan…

2 1mo ago A 86 tokens

init-project

13

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Initialize a new project. Asks for a name and description, scaffolds the required folder structure, and writes a minimal CLAUDE.md — just enough to start domain modelling. Run once at project start.

2 1mo ago A 45 tokens

plan-story

15

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

Plan a user story — read all relevant docs, produce the Plan + Test Plan artifact, write it to docs/plans/STORY-NNN.md and the draft PR body, create the story branch. Ends at the Plan human gate; does not touch any production code. Use this when the user wants to plan a story before implementing it, or when plan-story…

2 1mo ago A 85 tokens

domain-artifacts

16

maurizio100/human-agent-workflow-bundle

Skill Claude CodeCodex

The shared output contract for domain-discovery analysis. Defines the domain artifacts (glossary, bounded-context files, the consolidated context map), where they live under docs/domain/, their exact formats and templates, the invariants that must hold, and the PROJECT.md update. This skill is NOT invoked directly by…

2 1mo ago A 129 tokens