بنقرة واحدة
planning-alice-personal
Alice's couch-to-5K weekly planning with training constraints and running goals.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Alice's couch-to-5K weekly planning with training constraints and running goals.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Framework for managing project file context after retros/planning. Trigger after weekly retro + planning complete, after monthly retro + planning complete, or when context feels bloated. Also triggers with "context curation", "clean up project files", "archive old summaries", "what can we remove". Uses fractal compression with fold-before-archive pattern.
Framework for starting new daily chat with gentle context loading from previous session's summary. Use when user says "good morning", starts new chat with minimal prompt, or explicitly requests morning brief. Loads most recent summary and generates scannable brief. Optimized for low cognitive load during morning wakeup. Includes contemplation thread reopening from summary. Extend with personal metrics and protocols.
Framework for planning at any time scale (daily, weekly, monthly, quarterly, yearly). Trigger with "plan my day", "weekly planning", "monthly planning", "[month] planning" (e.g., "january planning", "december planning"), "plan for [period]", or "let's plan [period]". Identifies constraints FIRST, then suggests priorities. Uses Level 0-3 success framework. Inputs vary by scale - daily uses yesterday summary, weekly uses weekly retro, monthly uses monthly retro, etc.
Framework for retrospectives at any time scale (daily, weekly, monthly, quarterly, yearly). Trigger with "daily retro", "weekly retro", "monthly retro", "[month] retro" (e.g., "december retro", "january retro"), "retro for [month]", or "end of month review". Answers three questions - what worked, what didn't, how to improve. Inputs vary by scale - daily uses raw logs, weekly uses daily summaries, monthly uses weekly retros, etc. Fractal compression pattern.
Framework for creating session summary documents. Use when user says "daily summary", "generate summary", or similar. Provides structured markdown template with date verification, filename patterns, and formatting guidelines. Supports range-based naming for sessions spanning calendar boundaries. Extend with personal metrics and domain-specific content.
Initial project setup for goal coaching system. Use when user says "set up my project", "configure my coaching project", "initialize my goals", or when starting a fresh coaching project with no existing Project-Goals.md. Guides user through conversational setup (one question at a time), generates Project-Goals.md artifact, and introduces daily/weekly workflow trigger phrases.
| name | planning-alice-personal |
| description | Alice's couch-to-5K weekly planning with training constraints and running goals. |
| metadata | {"extends":"planning-base"} |
This skill extends planning-base with running training-specific context.
Note: This is an EXAMPLE showing how to adapt the planning framework for couch-to-5K training. Replace with your own domain terminology.
TZ='America/New_York' date '+%A, %B %d, %Y - %I:%M %p %Z'
# Show week being planned
for day in 17 18 19 20 21 22 23; do
TZ='America/New_York' date -d "2025-11-$day" '+%A, November %d, 2025'
done
When asking about constraints (Section 2.5), use training-specific language:
Training plan structure:
Schedule conflicts:
Physical constraints:
In base building:
In build phase:
During taper:
Comeback/recovery from injury:
Key principle: Level 0 definition shifts with training phase. What counts as "foundation" in base building is different from build phase.
Level 1-3 calibration:
Example calibration (Base Building, Week 4):
Example calibration (Build Phase, Week 8):
Example calibration (Taper Week):
Given training plan constraint:
Given race day constraint:
Given injury/fatigue constraint:
Given schedule constraint:
Training-first ordering:
Strategic planning ordering:
Pacing experiments:
Fueling experiments:
Training plan experiments:
Recovery experiments:
Form experiments:
Gear experiments:
Staging experiments:
Deferring experiments:
This personal skill provides running/fitness training domain context.
The base skill provides:
Together they create a complete running training-focused weekly planning system.
Adapt this example: Replace running terminology with YOUR domain (learning, business, creative work, etc.)