Skip to content

chore: Add CLAUDE.md, update PLAN.md, and commit .claude skills#42

Merged
nathanhuh merged 1 commit intomainfrom
chore/claude-md-plan-skills
Mar 26, 2026
Merged

chore: Add CLAUDE.md, update PLAN.md, and commit .claude skills#42
nathanhuh merged 1 commit intomainfrom
chore/claude-md-plan-skills

Conversation

@nathanhuh
Copy link
Copy Markdown
Contributor

Summary

Housekeeping PR to add project configuration and documentation.

  • CLAUDE.md: Issue-first workflow rule and code pattern guidelines
  • PLAN.md: Mark Route53 phase 1 (M3.6.1) as complete, add IAM Users (M3.9)
  • .claude/commands/: Commit 5 skill files (implement-feature, ship-pr, create-issues, update-docs, update-issues)

Related Issues

Closes #41
References #14 (IAM ListUsers now tracked in PLAN.md as M3.9)

Validation

  • make test — all tests pass
  • make build — compiles successfully
  • No code changes, docs/config only

Checklist

  • Scope is focused
  • Docs updated (if needed)
  • Tests/validation included
  • Breaking changes documented

- Create CLAUDE.md with issue-first workflow rule and code patterns
- Add M3.6.1 (Route53 phase 1) as complete in PLAN.md
- Add M3.9 (IAM Users) to PLAN.md per #14
- Update implementation order to include M3.9
- Commit .claude/commands/ skills: implement-feature, ship-pr,
  create-issues, update-docs, update-issues
@nathanhuh nathanhuh merged commit 3eb8b06 into main Mar 26, 2026
1 check passed
@nathanhuh nathanhuh deleted the chore/claude-md-plan-skills branch March 26, 2026 04:20
2. Run `make build` to verify compilation. Stop if build fails.
3. Check `git status` and `git diff --stat` to understand what changed.
4. Create a feature branch from main using `feat/` prefix (e.g., `feat/rds-aurora-support`). Use the argument as a hint for the branch name, or infer from the changes.
5. Stage only the relevant modified files by name. Never use `git add -A` or `git add .`.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

git add -A, git add .는 hook으로 막는게 어떨까요!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

금지 사항은 별도의 hook으로 뺄 수 있게 고려해보겠습니다~!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

He has recommended blocking agent's actions with hooks. Discussed on Teams about adding hooks in future if agent defies the order consistently.

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.

chore: Add CLAUDE.md, update PLAN.md with IAM ListUsers, and add .claude skills

3 participants