Files
claude-howto/openspec/changes/archive/2025-12-26-add-blog-post-slash-commands/tasks.md
Luong NGUYEN 0fcac18357 docs: Add blog post and new slash commands for development workflow
- Add blog post: 4 Essential Slash Commands I Use in Every Project
- Add new slash commands: /doc-refactor, /setup-ci-cd, /unit-test-expand
- Update slash-commands README with comprehensive documentation
- Simplify /push-all command structure
- Archive add-blog-post-slash-commands change
- Add blog-post spec and pending openspec changes
2025-12-26 11:02:19 +01:00

903 B

1. Setup

  • 1.1 Create blog-post/ directory at project root

2. Blog Post Creation

  • 2.1 Create blog post markdown file with proper structure
  • 2.2 Write introduction referencing first slash commands blog
  • 2.3 Document /push-all with link to full command (152 lines)
  • 2.4 Document /setup-ci-cd with inline content (25 lines)
  • 2.5 Document /doc-refactor with inline content (23 lines)
  • 2.6 Document /unit-test-expand with inline content (24 lines)
  • 2.7 Add workflow diagram showing when to use each command
  • 2.8 Write conclusion with development lifecycle integration

3. Integration

  • 3.1 Add blog-post to main README navigation
  • 3.2 Cross-reference from slash-commands README

4. Verification

  • 4.1 Verify all internal links work
  • 4.2 Verify external links are valid
  • 4.3 Review content for clarity and accuracy