Autonomous approaches to Chrome Dino
This project uses an AI-assisted autonomous development workflow powered by GitHub Copilot.
- Open this repo in VS Code
- Ensure GitHub Copilot is active
- Enable recommended settings:
chat.useCustomAgentHooks:true(enables Stop, PreToolUse, PostToolUse, SubagentStop hooks — required for the workflow state machine)chat.autopilot.enabled:true(for fully autonomous sessions)
- Open Chat (Ctrl+Shift+I) and select the autonomous-builder agent
- The agent will read
roadmap/state.mdand continue from where it left off
For autonomous background execution with worktree isolation:
- Chat → Session Target → Copilot CLI
- Select the autonomous-builder agent
- Describe your goal — the agent works in an isolated Git worktree
- Review the diff when it's done
Use / prompts in Copilot Chat for human-driven development:
/design-plan → /implementation-plan → /implement → /code-review → /strategic-review → /phase-complete
See .github/prompts/PROMPT-GUIDE.md for details.
- Vision
- Architecture
- ADRs
- Open Questions
- Tech Debt
- Glossary
- Roadmap
- Workflow Catalog — expandable agents, skills, hooks, and patterns