Implementation Plan Template
Description
> **Meta-Development**: This plan will be executed by Ralph to improve your project. > **Methodology**: Strict TDD - Write failing test → Minimal implementation → Refactor > **Quality Standard**: Prod
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for postrv/ralphing-la-vida-locum, shared by 6 entries
in this directory. It describes the repository, not this entry specifically.
Implementation Plan Template
**Meta-Development**: This plan will be executed by Ralph to improve your project. **Methodology**: Strict TDD - Write failing test → Minimal implementation → Refactor **Quality Standard**: Production-grade, zero warnings, comprehensive documentation
Overview
| Sprint | Focus | Effort | Status |
|---|---|---|---|
| 1 | Example Sprint | 1-2 days | In Progress |
Sprint 1: Example Sprint
**Goal**: Describe the sprint goal here.
**Success Criteria**:
- Criterion 1
- Criterion 2
- Criterion 3
Phase 1.1: First Phase
**Description**: Describe what this phase accomplishes.
**Requirements**:
- Requirement 1
- Requirement 2
- Requirement 3
Phase 1.2: Second Phase
**Description**: Describe what this phase accomplishes.
**Requirements**:
- Requirement 1
- Requirement 2
Global Quality Gates
Before ANY commit:
# Must all pass
cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test
cargo doc --no-deps
Notes for Ralph (Self-Execution)
- Follow TDD religiously: Write the failing test first. Watch it fail. Then implement.
- One task at a time: Complete and commit each phase before starting the next.
- Run quality gates before committing: All gates must pass.
- Update this plan: Mark checkboxes as you complete requirements.
- If blocked: Document the blocker, mark task as blocked, move to next task.
- Commit messages: Use conventional commits (
feat:,fix:,refactor:,test:,docs:). - No dead code: Remove any commented-out code or unused functions.
- No TODOs in committed code: Either do it now or create a task for later.
Completion Criteria
This plan is complete when:
- All checkboxes are marked
- All quality gates pass
- Documentation is updated
- CHANGELOG.md reflects all changes
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing