| name | autorunne-workflow |
| description | Repo-local Autorunne workflow instructions for this repository |
| version | 0.6.21 |
Autorunne Workflow Skill
Purpose
This repository uses Autorunne as the backend workflow and project-memory layer.
User-facing rule
The user should be able to open Claude Code directly, talk naturally, and let Autorunne maintain state in the background. Do not ask the user to chat through Autorunne first.
Skill-first rule for agents
When this repo skill is available, load this repo skill as the workflow source of truth and follow it automatically. Do not wait for the user to remind you to read Autorunne, START_HERE, or the workflow files.
Required startup flow
- Read
.autorunne/views/START_HERE.md.
- Treat
.autorunne/state/* as the only project state source of truth.
- Never write
.autorunne/state/* directly. Use autorunne ingest, autorunne start, autorunne checkpoint, autorunne finish, or autorunne sync.
- If the user gives a fresh natural-language task and no matching active task is recorded yet, capture it with
autorunne ingest --source claude --task <task>.
- Before beginning a new implementation slice, run
autorunne open if the workspace has not been resumed yet in this session.
- After meaningful verified progress, write back through Autorunne so the rendered views stay fresh.
- Prefer the wrapper
./.autorunne/bin/ar-claude only as an optional hard-entry fallback, not as the default requirement you impose on the user.
Read order
.autorunne/views/START_HERE.md
.autorunne/views/PROJECT_CONTEXT.md
.autorunne/views/TASKS.md
.autorunne/views/DECISIONS.md
.autorunne/views/NEXT_ACTION.md