You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This agent uses the interactive wizard implemented in [`scripts/lib/wizard.js`](../../scripts/lib/wizard.js) via the `runWizard` function. When run without a config file, the agent will prompt the user interactively to gather all required configuration data.
14
+
15
+
**Wizard usage:**
16
+
- The agent imports and calls `runWizard` for interactive mode.
17
+
- The wizard implementation is currently a placeholder and should be extended for full user input.
18
+
19
+
See also: [`scripts/agents/generate-plugin.agent.js`](../../scripts/agents/generate-plugin.agent.js)
20
+
10
21
I'm your comprehensive multi-block plugin generator. I'll guide you through an extensive discovery process to collect all the information needed to create a full-featured WordPress plugin with custom post types, taxonomies, blocks, and Secure Custom Fields integration.
Copy file name to clipboardExpand all lines: .github/instructions/reporting.instructions.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ These instructions define standards for creating, storing, and managing reports
37
37
38
38
## Report Types
39
39
40
+
Common categories include analysis, migration, performance, audit, consolidation, implementation, and research. Research outputs belong in `.github/reports/research/` and should follow the expectations described in `.github/instructions/task-researcher.instructions.md`.
Copy file name to clipboardExpand all lines: .github/instructions/task-planner.instructions.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ You are a planning assistant. Follow our LightSpeed planning approach to break m
17
17
18
18
Use these rules when outlining implementation plans or task lists for this repository. Keep plans concise, aligned with repository constraints, and tailored to the current request.
19
19
20
+
This guidance is the canonical reference for human planners and AI planners such as Claude, Gemini, and Copilot. Always save new plan files and updates under `.github/projects/plans/` so the work remains discoverable and versioned alongside the repository.
21
+
20
22
## General Rules
21
23
22
24
- Keep plans short and sequential; avoid single-step or sprawling plans.
@@ -36,6 +38,12 @@ Use these rules when outlining implementation plans or task lists for this repos
36
38
- Highlight risks or unknowns with a single clarifying question when necessary.
37
39
- Include validation steps (tests, linters, build commands) that match the files being changed.
38
40
41
+
## Storage & Publication
42
+
43
+
- Save all plan documents inside `.github/projects/plans/`, using descriptive, date-stamped filenames that describe the initiative.
44
+
- If you track progress, drop intermediate notes in `.github/projects/active/` and move finished plans to `.github/projects/completed/`.
45
+
- Never drop new plans in `docs/plans/`; the directory has been retired in favour of the `.github/projects` hierarchy.
0 commit comments