Metadata-Version: 2.4
Name: paicer
Version: 0.1.2
Summary: Training plan tool: YAML to Garmin workouts and readable documents
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: click>=8.0
Requires-Dist: garminconnect<0.3.0,>=0.2.40
Requires-Dist: keyring>=24.0
Requires-Dist: markdown>=3.10.2
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# p**ai**cer

AI-powered training plan manager for Claude Code. Provide your race goals, schedule, and fitness level to create a plan, with structured workouts that sync to your Garmin watch. After each training week, review your Garmin activity data against the plan and adjust targets based on how your body is responding — all through conversation.

**Disclaimer:** This tool is not a substitute for professional coaching or medical advice. Always listen to your body and consult a qualified professional for health or injury concerns.

## Get Started

Install the Claude Code plugin:

```
/plugin marketplace add cvitan/paicer
/plugin install paicer@paicer
```

Then run `/paicer:create-plan` to create a training plan through a guided conversation. It handles CLI setup, configuration, and walks you through the process.

After each week of training, run `/paicer:review-progress` to review your plan progress and make any tweaks if needed. The review will also be appended to your plan for future reference.

### Plan output options
- **Markdown**
- **HTML** — set up to print 1 wk/page
- **Garmin** — sync scheduled structured workouts

## CLI Commands

If you prefer to run paicer directly rather than through the Claude plugin:

```bash
paicer render --plan my-plan.yaml               # Generate Markdown
paicer render --html --plan my-plan.yaml        # Generate HTML
paicer sync w7 --plan my-plan.yaml              # Sync week 7 to Garmin
paicer sync w7d2 --plan my-plan.yaml            # Sync specific workout
paicer sync p2 --plan my-plan.yaml              # Sync entire phase
```

## Supported Sports

Running, cycling, swimming (pool and open water), track sessions, and multisport/brick workouts (bike + run with transition tracking). Requires a Garmin watch — multisport needs a compatible model (Fenix, Forerunner 570/970, Enduro).

