planning-doc
Planning Doc
Create and maintain PLAN.md files tied to git branches. The plan serves two audiences:
- Agent: determine where things are at and continue from where they left off.
- Human: quickly see the plan, changes, and current status.
Plan Steering
- Always read
PLAN.mdbefore making changes. - On resumed sessions, read the latest Status Updates entry and run
git diff --statto detect drift. - If the user says "continue", use the newest status update to determine what changed last and what to do next.
- Treat
PLAN.mdas a resume log, not a task tracker — keep entries short and factual. - Use checkboxes in the Plan section to track progress.
Workflow
- Determine the current branch:
git rev-parse --abbrev-ref HEAD. - If on the default branch (usually
main):- Stop and prompt the user to create and check out a feature branch before proceeding.
More from chandima/opencode-config
github-ops
|
2context7-docs
|
2mcporter
Direct MCP access via MCPorter. Use to discover MCP servers, list MCP tools, or call an MCP tool (e.g., chrome-devtools screenshot, firecrawl scrape) when no specific skill exists. Supports any configured MCP server.
1asu-discover
Semantic search across 760+ ASU GitHub repositories via RAG. Use for finding code patterns, integrations, SDKs, and ASU-specific conventions. Domains: PeopleSoft, EDNA, DPL, Terraform, EEL, Vault, CI/CD. Use BEFORE starting ASU integration tasks.
1skill-evals-run
Run the OpenCode skill-loading eval suite for this repo. Use when asked to run skill evals, skill-loading evals, or the skill-evals-run command.
1agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
1