Skip to content

Commit 3825256

Browse files
Baek, JHBaek, JH
authored andcommitted
fix: address PR review feedback and separate from productivity commands
- Remove productivity commands (belong in separate PR github#1170) - Translate Korean testimonial to English - Fix Black line length to default (88) - Use full file paths in instructions (specs/[feature]/...) - Remove NEW_COMMANDS_SUMMARY.md (wrong PR) Addresses review comments from PR github#1172
1 parent 7b10448 commit 3825256

File tree

7 files changed

+4
-940
lines changed

7 files changed

+4
-940
lines changed

KENT_BECK_TDD_INTEGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Commands for implementing Kent Beck's Test-Driven Development methodology:
402402

403403
## 💬 User Testimonial
404404

405-
> "Kent Beck의 TDD 블로그를 읽고 spec-kit에 적용해봤는데, 정말 효과적이었습니다. AI가 반복 코드를 만들거나 테스트를 약화시키는 것을 자동으로 감지해주니까, 코드 품질이 확 올라갔어요. Spec-Kit의 빠른 문서화와 Kent Beck의 엄격한 TDD를 결합하니까 정말 최고의 조합이더라구요!"
405+
> "After reading Kent Beck's TDD blog, I integrated it with spec-kit and found it incredibly effective. The automatic detection of AI warning signs—like repetitive code generation and test weakening—significantly improved code quality. Combining Spec-Kit's rapid documentation with Kent Beck's disciplined TDD creates a powerful development workflow."
406406
>
407407
> — JH Baek, Software Developer
408408

NEW_COMMANDS_SUMMARY.md

Lines changed: 0 additions & 269 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,6 @@ Additional commands for enhanced quality and validation:
247247
| `/speckit.analyze` | Cross-artifact consistency & coverage analysis (run after `/speckit.tasks`, before `/speckit.implement`) |
248248
| `/speckit.checklist` | Generate custom quality checklists that validate requirements completeness, clarity, and consistency (like "unit tests for English") |
249249

250-
#### Productivity & Optimization Commands
251-
252-
Commands for managing development environment and conversation efficiency:
253-
254-
| Command | Description |
255-
|-----------------------------|-----------------------------------------------------------------------|
256-
| `/rec_remove_agents_mcp` | Analyze current project and recommend which agents/MCP servers to keep or remove for optimal context management |
257-
| `/compact_with_topic` | Automatically analyze recent conversation topics and run `/compact` with intelligent focus |
258-
259250
#### Kent Beck TDD Integration Commands
260251

261252
Commands for implementing [Kent Beck's Test-Driven Development](https://tidyfirst.substack.com/p/augmented-coding-beyond-the-vibes) methodology within spec-kit:

0 commit comments

Comments
 (0)