Skip to content

Instantly share code, notes, and snippets.

# Implement Sprint (Efficient)
Automated sprint implementation with strict context management. Runs all phases without stopping, presents results for approval.
**This is a context-efficient variant of `/implement-sprint`.** Differences are marked with `[EFFICIENT]`.
## Prerequisites
- Sprint spec exists at `docs/sprints/current/spec.md`
- Sprint state at `docs/sprints/current/state.yaml`
# Implement Sprint
Automated sprint implementation with context discipline and architectural quality. Runs all phases without stopping, presents results for approval.
## Prerequisites
- Sprint spec exists at `docs/sprints/current/spec.md`
- Sprint state at `docs/sprints/current/state.yaml`
- Contracts are fully defined (no ambiguity)
- Clean git state (commit or stash any work first)
# Implement Sprint
Automated sprint implementation. Runs all phases without stopping, presents results for approval.
## Prerequisites
- Sprint spec exists at `docs/sprints/current/spec.md`
- Sprint state at `docs/sprints/current/state.yaml`
- Contracts are fully defined (no ambiguity)
- Clean git state (commit or stash any work first)
@leogodin217
leogodin217 / gist:5fb398cf51c2081eae33682f01ebcaea
Created June 7, 2025 12:49
Claude.md for a specific project
# LearnDoLearn Project Guide
## Project Overview
LearnDoLearn is a platform for creating and following structured learning journeys with a focus on hands-on learning and practical application. The platform uses a trail map/adventure theme to make learning feel like an epic quest while maintaining professional aesthetics.
### Target Users
- Job seekers wanting to acquire technical data skills
- Professionals looking to upskill in technical areas
- People trying to enter the tech industry
test_case run_at_date expected_date
run_at_day 2023-12-05 2023-12-05
run_at_week_start 2023-12-17 2023-12-17
run_at_week_middle 2023-12-21 2023-12-17
run_at_week_end 2023-12-23 2023-12-17
run_at_month_start 2023-12-01 2023-12-01
run_at_month_middle 2023-12-15 2023-12-01
run_at_month_end 2023-12-31 2023-12-01
@leogodin217
leogodin217 / gist:2b62c2679ebb18ce879012b9f6bad514
Created March 26, 2019 11:37
My cVim settings for Chrome
let blacklists = ["https://theoldreader.com/*"]
let hintcharacters = "asdfgpwertzxcvb"
set nativelinkorder
site 'http*://theoldreader.com/*' {
unmap o
}