Skip to content

Expand claude md with TDD and other config#24

Closed
BertVermorgen wants to merge 99 commits intomasterfrom
claude-md-improvements
Closed

Expand claude md with TDD and other config#24
BertVermorgen wants to merge 99 commits intomasterfrom
claude-md-improvements

Conversation

@BertVermorgen
Copy link
Copy Markdown
Contributor

close #22

Laoujin and others added 18 commits February 25, 2026 10:42
Essential non-inferrable context only: Docker prerequisite,
bun package manager, and pre-commit checklist.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update .gitignore to share .claude/commands (keep settings.local.json ignored)
- Add /pr command that creates PR and posts AI code review to GitHub

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add /pr workflow for AI-assisted pull requests
Add instructions for using gh api to post comments on specific
lines of code, with examples of common issues to flag.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- If uncommitted changes exist, offer to commit with suggested message
- If on master, suggest branch name and create it
- Uses AskUserQuestion to guide user through the process

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Created a new Product Requirements Document (prd.md) detailing the SkillForge platform's features, user journeys, success criteria, and non-functional requirements.
- Added a Product Brief (product-brief-Bootcamp-AI-2026-02-27.md) outlining the core vision, target users, success metrics, and MVP scope for SkillForge.
- Introduced two skill matrices (Developer_Skill_Experience_Matrix.xlsx and Skill_Matrix_Itenium.xlsx) to support the global skill catalogue for the platform.
Remove manual docker pull
Add cd to Itenium.SkillForge project
@Laoujin
Copy link
Copy Markdown
Member

Laoujin commented Mar 11, 2026

Hey Bert,

Ik ga deze niet mergen. Te veel tekst in CLAUDE.md
Dat is ook een van de punten in mijn pptx. Max 100 lijnen voor een CLAUDE.md, vooral omwille van U attention span van de LLM.

@Laoujin Laoujin closed this Mar 11, 2026
@BertVermorgen BertVermorgen reopened this Mar 11, 2026
@BertVermorgen
Copy link
Copy Markdown
Contributor Author

Claude code wat laten opsplitsen, morgen kijken of dit beter kan.

Comment thread CLAUDE.md

@.claude/architecture.md
@.claude/tdd.md
@.claude/frontend.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deze files bestaan niet?

Comment thread CLAUDE.md
- Write **human-readable code**: intention-revealing names, small focused functions, no clever tricks.
- **DRY and SOLID apply strictly to production code.** Tests may duplicate setup/data/assertions — never sacrifice test clarity for abstraction.
- Prefer **explicit over implicit**: no magic, no hidden conventions, no surprising side effects.
- Keep the **domain model pure**: no framework annotations, no ORM attributes, no HTTP concerns inside domain or application layers.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deze zou ik weglaten, dat is er al vanuit gaan dat de teams zo willen werken
De andere 3 zijn wss wel goed idee

Comment thread CLAUDE.md

```
bun run lint && bun run typecheck && bun run test
dotnet format && dotnet test
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deze is van mij, maar is eigenlijk ook een anti-pattern

  • husky regelt dit momenteel :D

@Laoujin Laoujin closed this Mar 13, 2026
@Laoujin Laoujin deleted the claude-md-improvements branch March 13, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLAUDE.md : Work red/green TDD

3 participants