- 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
903 B
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-allwith link to full command (152 lines) - 2.4 Document
/setup-ci-cdwith inline content (25 lines) - 2.5 Document
/doc-refactorwith inline content (23 lines) - 2.6 Document
/unit-test-expandwith 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