- 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
33 lines
715 B
Markdown
33 lines
715 B
Markdown
---
|
|
name: autonomous-wake
|
|
description: 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`:
|
|
|
|
```markdown
|
|
## {YYYY-MM-DD HH:MM} - Autonomous Wake
|
|
|
|
- Status: {completed|actions taken}
|
|
- {relevant-details}
|
|
```
|