ay pm
Project-Management-Workflows — die aYOUne-Plattform dogfooded sich selbst auf ihrem PM-Modul. Integriert mit dem context-System: aktive project/sprint/release-Slots werden in Subcommands als implicit Filter genutzt.
Subcommands
ay pm release
release create <version> [--project <name>]
ay pm release create 2026.17.0 --project "aYOUne Platform Migration"
release publish <id>
ay pm release publish 64a1b2c3
release list
ay pm release list
ay pm changelog
changelog add --type <t> --title <text>
Types: feat, fix, chore, refactor, perf, infra, docs.
ay pm changelog add --type feat --title "Public roadmap page"
ay pm changelog add --type fix --title "Comm-sidebar Audio-Dedup"
changelog publish <id>
ay pm changelog publish 64a1b2c3
ay pm roadmap
ay pm roadmap # Lane-View
ay pm roadmap move <frId> --lane next --order 3
ay pm board
Kanban-Board des aktiven Sprints.
ay pm board
ay pm board --sprint current
ay pm board --sprint 64a1b2c3
ay pm sprint
| Subcommand | Zweck |
|---|---|
sprint list |
Alle Sprints |
sprint current |
Aktiver Sprint |
sprint seal |
Closed-State: Velocity, Carry-Over berechnen |
sprint plan |
Plan-Wizard für nächsten Sprint |
ay pm epic
ay pm epic list
ay pm epic tree # Hierarchical Tree
ay pm epic add "Marketplace Phase 2"
ay pm standup
Generiert einen formatierten Daily-Standup-Report (Yesterday / Today / Blockers) aus User-Activity der letzten 24h.
ay pm standup
ay pm seed
Historical-Migration-Seeder — befüllt PM-Collections aus .claude/handoffs/-Daten.
ay pm seed migration
ay pm seed migration --dry-run