Add AGENTS file and execplan Claude skill - #443
Merged
Merged
Conversation
stephaniehobson
added this pull request to stack #445
September 18, 2026 21:13
stephaniehobson
force-pushed
the
agents
branch
3 times, most recently
from
September 21, 2026 16:56
dd6d084 to
0f579d3
Compare
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Documentation contains several inaccurate or inconsistent instructions that should be reconciled before approval.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
What changed in this PR
Adds repository guidance and a Claude ExecPlans skill for future maintenance work.
Changes:
- Adds
AGENTS.mdandCLAUDE.md. - Adds ExecPlans documentation and skill instructions.
- Updates
.gitignorefor local configuration files.
| File | Description |
|---|---|
docs/execplans/README.md |
Documents the ExecPlans directory |
CLAUDE.md |
Points Claude users to AGENTS.md |
AGENTS.md |
Provides repository workflow and development guidance |
.gitignore |
Ignores editor and local Claude files |
.claude/skills/execplans/SKILL.md |
Defines the ExecPlans workflow |
.claude/skills/execplans/references/PLANS.md |
Provides the ExecPlans specification |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # .env sets BROWSER=firefox, so this opens Firefox | ||
| npm run build:css # one-shot Stylus compile; confirmed working, no flags needed | ||
|
|
||
| npm run lint # lint:js-extra (standalone ESLint) + lint:styl (stylint); confirmed clean, no flags |
Collaborator
Author
There was a problem hiding this comment.
I'm going to say this is okay because #444 should be a fast follow.
stephaniehobson
force-pushed
the
agents
branch
from
September 21, 2026 18:42
0f579d3 to
1ce5d16
Compare
Upstream's "don't prompt for next steps" was being read as license to draft a plan and immediately start executing its milestones in the same turn. Add a one-time gate: confirm the milestone breakdown with the user before starting the first one. Between-milestone silence during execution is unchanged.
stephaniehobson
force-pushed
the
agents
branch
from
September 21, 2026 18:51
1ce5d16 to
3426a31
Compare
stevejalim
approved these changes
Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In anticipation of more work on this project here are some configuration things that may be helpful.