explain where the skills are
This commit is contained in:
parent
9e445a3a1b
commit
f35cd61e2d
23
README.md
23
README.md
@ -1,2 +1,25 @@
|
|||||||
# Vending Machine C# - Test Driven Development exercise with agent skills
|
# Vending Machine C# - Test Driven Development exercise with agent skills
|
||||||
|
|
||||||
|
See AGENTS.md or CLAUDE.md (same contents, symlinked) for agent instructions.
|
||||||
|
|
||||||
|
User stories are in stories/ . They are an invitation for communication - as Ron Jeffries says: "Card, Conversation, Confirmation".
|
||||||
|
|
||||||
|
Agent skills are in:
|
||||||
|
|
||||||
|
```
|
||||||
|
.claude/skills
|
||||||
|
├── task-breakdown
|
||||||
|
│ └── SKILL.md
|
||||||
|
├── task-execution
|
||||||
|
│ └── SKILL.md
|
||||||
|
├── tdd-minimalism
|
||||||
|
│ └── SKILL.md
|
||||||
|
├── tdd-test-refactoring
|
||||||
|
│ └── SKILL.md
|
||||||
|
├── test-focus-isolation
|
||||||
|
│ └── SKILL.md
|
||||||
|
└── testcase-common-setup
|
||||||
|
└── SKILL.md
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user