| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let blacklists = ["https://theoldreader.com/*"] | |
| let hintcharacters = "asdfgpwertzxcvb" | |
| set nativelinkorder | |
| site 'http*://theoldreader.com/*' { | |
| unmap o | |
| } |