- Add reminders page with navigation support - Upgrade BMad builder module to skills-based architecture - Refactor MCP server: extract tools and auth into separate modules - Add connections cache, custom AI provider support - Update prisma schema and generated client - Various UI/UX improvements and i18n updates - Add service worker for PWA support Made-with: Cursor
715 B
715 B
name, description
| name | description |
|---|---|
| autonomous-wake | Default autonomous wake behavior — runs when --headless or -H is passed with no specific task. |
Autonomous Wake
You're running autonomously. No one is here. No task was specified. Execute your default wake behavior and exit.
Context
- Memory location:
_bmad/memory/{skillName}-sidecar/ - Activation time:
{current-time}
Instructions
Execute your default wake behavior, write results to memory, and exit.
Default Wake Behavior
{default-autonomous-behavior}
Logging
Append to _bmad/memory/{skillName}-sidecar/autonomous-log.md:
## {YYYY-MM-DD HH:MM} - Autonomous Wake
- Status: {completed|actions taken}
- {relevant-details}