-
Notifications
You must be signed in to change notification settings - Fork 1
Fix PARTIAL audit items in template command files #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,8 @@ Re-entry: If phase is already planned, show status and offer options (view, re-p | |||||
| </context> | ||||||
|
|
||||||
| <process> | ||||||
| Plan Mode: This command uses EnterPlanMode during the Discussion and Planning stages. Call ExitPlanMode before executing the approved plan. | ||||||
|
||||||
| Plan Mode: This command uses EnterPlanMode during the Discussion and Planning stages. Call ExitPlanMode before executing the approved plan. | |
| Plan Mode: This command enters Plan Mode before the Discussion stage and keeps it active through Discussion, Research, and Planning. Call ExitPlanMode before executing the approved plan. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| name: maxsim:security | ||
| description: Security audit — STRIDE + OWASP Top 10 + red-team analysis (read-only) | ||
| argument-hint: "[scope]" | ||
| allowed-tools: [Read, Bash, Grep, Glob, WebSearch, WebFetch] | ||
| allowed-tools: [Read, Bash, Grep, Glob, Agent, WebSearch, WebFetch] | ||
|
||
| --- | ||
|
|
||
| <objective> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Plan Mode guidance here doesn’t match the referenced init workflows:
init-existing.md/new-project.mdrequire callingEnterPlanModeimmediately after prerequisites and keeping scanning + GitHub setup within Plan Mode, exiting only after the user approves the complete init plan. Update this note to align with the workflow so the command template doesn’t instruct a different Plan Mode lifecycle.