Skip to content

feat!: add /aidd-changelog skill + 4.0.0 release prep#201

Open
ericelliott wants to merge 7 commits intomainfrom
release-cleanup
Open

feat!: add /aidd-changelog skill + 4.0.0 release prep#201
ericelliott wants to merge 7 commits intomainfrom
release-cleanup

Conversation

@ericelliott
Copy link
Copy Markdown
Collaborator

@ericelliott ericelliott commented Apr 21, 2026

  • Add /aidd-changelog skill (analyze + update commands)
  • Delegate /aidd-rtc --compact in changelog analyze step
  • Wire /aidd-pr Steps 3-4 to /aidd-parallel
  • Replace inline RTC pipelines with import /aidd-rtc in aidd-please, aidd-task-creator, aidd-review, aidd-churn
  • Restore /aidd-rtc --compact in aidd-upskill pipelines
  • Update CHANGELOG.md for 4.0.0 release
  • Add 7 new skills to README skills list

Made-with: Cursor


Note

Low Risk
Low risk: changes are confined to documentation/agent skill prompt files and changelog/README updates, with no runtime library or CLI code modifications.

Overview
Prepares the 4.0.0 release notes in CHANGELOG.md, including a documented breaking move from /aidd-functional-requirements to /aidd-requirements and a summary of newly added skills.

Adds a new /aidd-changelog command + skill (with consumer-focused guidelines) and updates skill indexes/docs (README.md, ai/skills/index.md, ai/commands/index.md).

Standardizes multiple skills to use import /aidd-rtc and /aidd-rtc --compact for structured reasoning, and updates aidd-pr delegation steps to route remaining review fixes through /aidd-parallel.

Reviewed by Cursor Bugbot for commit 2350bad. Bugbot is set up for automated code reviews on this repo. Configure here.

- Add /aidd-changelog skill (analyze + update commands)
- Delegate /aidd-rtc --compact in changelog analyze step
- Wire /aidd-pr Steps 3-4 to /aidd-parallel
- Replace inline RTC pipelines with import /aidd-rtc
  in aidd-please, aidd-task-creator, aidd-review, aidd-churn
- Restore /aidd-rtc --compact in aidd-upskill pipelines
- Update CHANGELOG.md for 4.0.0 release
- Add 7 new skills to README skills list

Made-with: Cursor
Copilot AI review requested due to automatic review settings April 21, 2026 00:39
Comment thread ai/skills/aidd-please/SKILL.md
Comment thread ai/skills/aidd-pr/SKILL.md
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the 4.0.0 release by adding a new /aidd-changelog skill and updating multiple existing skills/docs to standardize on /aidd-rtc --compact (and /aidd-parallel for fix delegation), plus refreshing README and CHANGELOG entries.

Changes:

  • Added /aidd-changelog skill (+ command docs) to draft and update CHANGELOG.md from git history with consumer-focused entries.
  • Replaced inline RTC/“think()” guidance in several skills with /aidd-rtc --compact (and added imports where used).
  • Updated release documentation (README skill list + CHANGELOG.md for 4.0.0).

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ai/skills/index.md Adds aidd-changelog to the skills index.
ai/skills/aidd-upskill/references/process.md Updates upskill pipelines to use /aidd-rtc --compact instead of think() --compact.
ai/skills/aidd-upskill/SKILL.md Updates referenced “skill components” to point to aidd-rtc.
ai/skills/aidd-task-creator/SKILL.md Imports and uses /aidd-rtc --compact in the task planning protocol.
ai/skills/aidd-review/SKILL.md Imports /aidd-rtc and standardizes “show your work” guidance.
ai/skills/aidd-pr/SKILL.md Switches delegation steps to /aidd-parallel-based flow for steps 3–4.
ai/skills/aidd-please/SKILL.md Replaces embedded RTC think() definition with guidance to use /aidd-rtc --compact.
ai/skills/aidd-churn/SKILL.md Imports /aidd-rtc and updates hotspot-analysis constraint wording accordingly.
ai/skills/aidd-changelog/references/guidelines.md Adds consumer-focused changelog writing/scoping guidelines.
ai/skills/aidd-changelog/SKILL.md New skill defining analyze/update commands for changelog maintenance.
ai/skills/aidd-changelog/README.md New README documenting /aidd-changelog usage and rationale.
ai/commands/index.md Adds /aidd-changelog to the commands index.
ai/commands/aidd-changelog.md New command entrypoint wiring /aidd-changelog to the new skill.
README.md Adds the new skills to the README skills list.
CHANGELOG.md Adds the 4.0.0 release notes block.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 79 to 81
dispatchAndResolve(delegationPrompts) {
1. Dispatch each `/aidd-fix` prompt via DelegateSubtasks
1. Run `/aidd-parallel delegate --branch <prBranch> <tasks>` to build the dependency graph and dispatch sub-agents in order
2. Leave all threads open for the reviewer to verify — do not auto-resolve
Comment thread CHANGELOG.md
Comment on lines +30 to +33


### Fixed
- `aidd-please`, `aidd-task-creator`, `aidd-review`, `aidd-churn` now use `/aidd-rtc --compact` to save thinking tokens and improve thinking quality
Added constraints and types of changes sections to SKILL.md.
Copilot AI review requested due to automatic review settings April 21, 2026 22:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new /aidd-changelog skill/command and updates several existing skills to standardize on importing and using /aidd-rtc --compact, alongside 4.0.0 release-note and index/README updates.

Changes:

  • Introduce /aidd-changelog (skill + command + guidelines) for drafting and updating CHANGELOG.md.
  • Standardize multiple skills to use import /aidd-rtc and /aidd-rtc --compact, and update /aidd-pr delegation to route through /aidd-parallel.
  • Update CHANGELOG.md and skill/command indexes + README skills list for the 4.0.0 release.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ai/skills/index.md Adds aidd-changelog to the skills index.
ai/skills/aidd-upskill/references/process.md Replaces think() --compact references with /aidd-rtc --compact in pipelines/step docs.
ai/skills/aidd-upskill/SKILL.md Updates referenced skill components to aidd-rtc.
ai/skills/aidd-task-creator/SKILL.md Imports /aidd-rtc and switches planning “thinking” step to /aidd-rtc --compact.
ai/skills/aidd-review/SKILL.md Imports /aidd-rtc and updates “show your work” guidance to /aidd-rtc --compact.
ai/skills/aidd-pr/SKILL.md Updates delegation flow to generate/dispatch tasks via /aidd-parallel instead of inline /aidd-fix prompts.
ai/skills/aidd-please/SKILL.md Replaces inline RTC “think()” definition with guidance to use /aidd-rtc --compact.
ai/skills/aidd-churn/SKILL.md Imports /aidd-rtc and updates threshold-breach analysis instructions to use /aidd-rtc --compact.
ai/skills/aidd-changelog/references/guidelines.md Adds changelog writing/scoping/consolidation guidelines.
ai/skills/aidd-changelog/SKILL.md Defines the new changelog workflow (analyze + update) and imports guidelines.
ai/skills/aidd-changelog/README.md Documents /aidd-changelog usage and rationale.
ai/commands/index.md Adds /aidd-changelog to the commands index.
ai/commands/aidd-changelog.md Adds the /aidd-changelog command entry that loads the skill.
README.md Adds the new skills (including /aidd-changelog) to the README skills list.
CHANGELOG.md Adds the 4.0.0 release block with breaking/add/changed/fixed entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
- README skills list — added entries for all 7 new skills
- **`build:validate-skill`** npm script — compile the upskill validator via Bun
- **`test:ai-eval:upskill`** npm script — run Riteway AI evals under `ai-evals/aidd-upskill/`
- GitHub Actions — AI eval workflow on a **daily cron** (1 run), **Slack** notification to `#ai-test-reports` on failure, restricted to **`main`**
Comment thread ai/skills/aidd-changelog/SKILL.md
Comment thread ai/skills/aidd-changelog/SKILL.md Outdated
Added import statement for aidd-rtc and usage instructions.
Copilot AI review requested due to automatic review settings April 21, 2026 22:36
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the 4.0.0 release documentation and standardizes “thinking” steps across skills by introducing a dedicated /aidd-changelog skill and consolidating RTC usage behind /aidd-rtc.

Changes:

  • Added the new /aidd-changelog command + skill (with guidelines + README) for drafting and applying consumer-focused changelog entries.
  • Updated multiple skills to use import /aidd-rtc + /aidd-rtc --compact instead of inline/legacy RTC thinking pipelines.
  • Updated CHANGELOG.md, README.md, and skill/command indexes to reflect the 4.0.0 release and newly added skills.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
ai/skills/index.md Adds aidd-changelog to the skills index.
ai/skills/aidd-upskill/references/process.md Replaces legacy think() --compact steps with /aidd-rtc --compact in pipelines.
ai/skills/aidd-upskill/SKILL.md Updates referenced “skill components” to point at aidd-rtc instead of aidd-please think().
ai/skills/aidd-task-creator/SKILL.md Imports /aidd-rtc and uses /aidd-rtc --compact in planning protocol.
ai/skills/aidd-review/SKILL.md Imports /aidd-rtc and standardizes “show your work” via /aidd-rtc --compact.
ai/skills/aidd-pr/SKILL.md Rewires delegation guidance from /aidd-fix prompts to /aidd-parallel task fan-out/dispatch.
ai/skills/aidd-please/SKILL.md Removes embedded RTC think() spec in favor of importing /aidd-rtc.
ai/skills/aidd-churn/SKILL.md Imports /aidd-rtc and replaces inline RTC guidance with /aidd-rtc --compact.
ai/skills/aidd-changelog/references/guidelines.md Adds consumer-focused changelog writing/scoping guidelines.
ai/skills/aidd-changelog/SKILL.md Introduces the `/aidd-changelog analyze
ai/skills/aidd-changelog/README.md Documents /aidd-changelog usage and intent.
ai/commands/index.md Adds /aidd-changelog to the commands index.
ai/commands/aidd-changelog.md Adds the /aidd-changelog command entrypoint.
README.md Adds new skills (including /aidd-changelog) to the public skills list.
CHANGELOG.md Adds a 4.0.0 release entry describing breaking changes and new skills.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +41 to +43
analyzeChanges(sinceTag) => changeSet {
1. Run `git log <sinceTag>..HEAD --oneline` to collect commits
2. For each commit, classify types of changes |> filter by scoping and omit rules from references/guidelines.md and /aidd-log
Security
}

For what to omit, see `/aidd-log` (same rules apply: no config changes, no file moves, no test changes, no meta-work, no internal refactoring).
Comment thread CHANGELOG.md
Comment on lines +21 to +24
- README skills list — added entries for all 7 new skills
- **`build:validate-skill`** npm script — compile the upskill validator via Bun
- **`test:ai-eval:upskill`** npm script — run Riteway AI evals under `ai-evals/aidd-upskill/`
- GitHub Actions — AI eval workflow on a **daily cron** (1 run), **Slack** notification to `#ai-test-reports` on failure, restricted to **`main`**
Comment thread CHANGELOG.md
Comment on lines +30 to +33


### Fixed
- `aidd-please`, `aidd-task-creator`, `aidd-review`, `aidd-churn` now use `/aidd-rtc --compact` to save thinking tokens and improve thinking quality
Comment on lines 72 to 81
### Step 3 — Delegate (thinking)
delegateRemaining(triageResult) => delegationPrompts {
1. For each remaining issue, generate a `/aidd-fix` delegation prompt
2. Each prompt targets one issue, referencing the specific file, line, and PR branch
3. Wrap each prompt in a markdown code block for easy copy-paste or sub-agent dispatch
1. For each remaining issue, produce a one-line task description referencing the specific file, line, and concern
2. Run `/aidd-parallel --branch <prBranch> <tasks>` to generate one `/aidd-fix` delegation prompt per issue
}

### Step 4 — Dispatch (effects)
dispatchAndResolve(delegationPrompts) {
1. Dispatch each `/aidd-fix` prompt via DelegateSubtasks
1. Run `/aidd-parallel delegate --branch <prBranch> <tasks>` to build the dependency graph and dispatch sub-agents in order
2. Leave all threads open for the reviewer to verify — do not auto-resolve
Removed
Fixed
Security
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog types and section order lists contradict each other

Medium Severity

The TypesOfChanges enum in SKILL.md and the Section Order in references/guidelines.md disagree on valid change types. TypesOfChanges includes Security but omits Breaking Changes, while the Section Order includes Breaking Changes but omits Security. The scoping rules also reference ### Breaking Changes as a valid classification. An AI agent following these contradictory definitions may fail to generate Breaking Changes sections (since it's not in TypesOfChanges) or misplace Security entries (since they have no defined position in the ordering). The project's own CHANGELOG.md v4.0.0 already uses ### Breaking Changes, demonstrating the mismatch.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c8e537c. Configure here.

Updated command description for clarity and added import statement.
Copilot AI review requested due to automatic review settings April 21, 2026 22:47
Added import statement for /aidd-rtc when not in context.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the 4.0.0 release by introducing a new /aidd-changelog skill/command for drafting and updating CHANGELOG.md, and standardizing multiple skills’ structured reasoning via /aidd-rtc --compact (plus /aidd-pr delegation via /aidd-parallel).

Changes:

  • Added /aidd-changelog skill (with guidelines + command docs) and indexed it in skills/commands/README lists.
  • Replaced inline RTC/think pipelines with import /aidd-rtc + /aidd-rtc --compact across several skills and upskill references.
  • Updated CHANGELOG.md with a 4.0.0 entry and refreshed README skill listings.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
ai/skills/index.md Adds aidd-changelog to the skills index.
ai/skills/aidd-upskill/references/process.md Updates referenced authoring/review pipelines to use /aidd-rtc --compact.
ai/skills/aidd-upskill/SKILL.md Updates upskill component reference from aidd-please RTC helper to aidd-rtc.
ai/skills/aidd-task-creator/SKILL.md Imports /aidd-rtc and replaces inline RTC pipeline with /aidd-rtc --compact.
ai/skills/aidd-review/SKILL.md Imports /aidd-rtc and updates “show your work” guidance to use /aidd-rtc --compact.
ai/skills/aidd-pr/SKILL.md Switches delegation guidance to /aidd-parallel and updates delegation/dispatch steps.
ai/skills/aidd-please/SKILL.md Replaces embedded think() RTC helper with import /aidd-rtc + usage guidance.
ai/skills/aidd-churn/SKILL.md Imports /aidd-rtc and updates hotspot refactor-analysis instructions to use it.
ai/skills/aidd-changelog/references/guidelines.md Adds consumer-focused changelog writing guidelines and scoping rules.
ai/skills/aidd-changelog/SKILL.md Introduces the /aidd-changelog analyze/update workflow and constraints.
ai/skills/aidd-changelog/README.md Documents /aidd-changelog usage and purpose.
ai/commands/index.md Adds /aidd-changelog to the commands index.
ai/commands/aidd-changelog.md Adds the /aidd-changelog command entrypoint.
README.md Adds entries for the new/updated skills in the public skills list.
CHANGELOG.md Adds a 4.0.0 release block capturing breaking change + new skills + related updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


createPlan() {
1. Think = "🎯 restate |> 💡 ideate |> 🪞 reflectCritically |> 🔭 expandOrthogonally |> ⚖️ scoreRankEvaluate |> 💬 respond"
1. /aidd-rtc --compact
Comment on lines 5 to 12
```
createSkill(userRequest) {
gatherRequirements
|> nameSkill
|> think() --compact
|> /aidd-rtc --compact
|> buildPlan
|> presentPlan
|> draftSkillMd
Comment thread CHANGELOG.md
Comment on lines +30 to +33


### Fixed
- `aidd-please`, `aidd-task-creator`, `aidd-review`, `aidd-churn` now use `/aidd-rtc --compact` to save thinking tokens and improve thinking quality
Commands {
/aidd-pr [PR URL] - triage comments, resolve addressed threads, and generate /aidd-fix delegation prompts
/aidd-pr delegate - dispatch prompts to sub-agents and resolve related PR conversations via the GitHub GraphQL API
/aidd-pr delegate - dispatch prompts to sub-agents via /aidd-delegate and resolve related PR conversations via the GitHub GraphQL API
Comment on lines 74 to +83

### Step 3 — Delegate (thinking)
delegateRemaining(triageResult) => delegationPrompts {
1. For each remaining issue, generate a `/aidd-fix` delegation prompt
2. Each prompt targets one issue, referencing the specific file, line, and PR branch
3. Wrap each prompt in a markdown code block for easy copy-paste or sub-agent dispatch
1. For each remaining issue, produce a one-line task description referencing the specific file, line, and concern
2. Run `/aidd-parallel --branch <prBranch> <tasks>` to generate one `/aidd-fix` delegation prompt per issue
}

### Step 4 — Dispatch (effects)
dispatchAndResolve(delegationPrompts) {
1. Dispatch each `/aidd-fix` prompt via DelegateSubtasks
1. Run `/aidd-parallel delegate --branch <prBranch> <tasks>` to build the dependency graph and dispatch sub-agents in order
Comment on lines +42 to +47
1. Run `git log <sinceTag>..HEAD --oneline` to collect commits
2. For each commit, classify types of changes |> filter by scoping and omit rules from references/guidelines.md and /aidd-log
3. Group related commits into single entries by shared user benefit
4. /aidd-rtc --compact
5. Write each entry from the consumer's perspective — benefit, not mechanism
6. Present the proposed changelog block to the user for review
Comment on lines +35 to +36
For what to omit, see `/aidd-log` (same rules apply: no config changes, no file moves, no test changes, no meta-work, no internal refactoring).

1. Run `git log <sinceTag>..HEAD --oneline` to collect commits
2. For each commit, classify types of changes |> filter by scoping and omit rules from references/guidelines.md and /aidd-log
3. Group related commits into single entries by shared user benefit
4. /aidd-rtc --compact
Updated skill components to include import statement.
Copilot AI review requested due to automatic review settings April 21, 2026 22:52
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

There are 3 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2350bad. Configure here.

Commands {
/aidd-pr [PR URL] - triage comments, resolve addressed threads, and generate /aidd-fix delegation prompts
/aidd-pr delegate - dispatch prompts to sub-agents and resolve related PR conversations via the GitHub GraphQL API
/aidd-pr delegate - dispatch prompts to sub-agents via /aidd-delegate and resolve related PR conversations via the GitHub GraphQL API
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command references nonexistent /aidd-delegate skill

Medium Severity

The /aidd-pr delegate command description says "via /aidd-delegate" but no /aidd-delegate skill exists anywhere in the codebase. The actual implementation in Steps 3–4 correctly uses /aidd-parallel and /aidd-parallel delegate. An agent reading the Commands block to understand how to run the delegate subcommand would be pointed to a nonexistent skill.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2350bad. Configure here.

Expert skill author. Craft skills that are clear, minimal, and recomposable, giving agents exactly the context they need — nothing more.

**Skill components:** `ai/skills/aidd-sudolang-syntax`, `ai/skills/aidd-please` (provides RTC think())
import ai/skills/aidd-sudolang-syntax
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing import /aidd-rtc in aidd-upskill skill

Low Severity

The old aidd-upskill SKILL.md referenced aidd-please as a skill component (which provided RTC). This PR removed that reference and replaced it with only import ai/skills/aidd-sudolang-syntax, but did not add import /aidd-rtc. The references/process.md uses /aidd-rtc --compact in both the createSkill and reviewSkill pipelines, and every other skill that uses RTC now explicitly imports it.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2350bad. Configure here.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the 4.0.0 release by introducing a new /aidd-changelog skill/command for consumer-focused release notes, and standardizing structured reasoning across multiple skills via /aidd-rtc --compact. It also updates orchestration guidance in /aidd-pr to use /aidd-parallel for delegation and refreshes repository docs/indexes and CHANGELOG.md.

Changes:

  • Add new /aidd-changelog skill (+ guidelines/README) and wire it into ai/commands.
  • Replace inline RTC/think pipelines with import /aidd-rtc + /aidd-rtc --compact across several skills.
  • Update docs (README/skills index/CHANGELOG) and adjust /aidd-pr delegation flow to route through /aidd-parallel.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
ai/skills/index.md Adds aidd-changelog to the skills index.
ai/skills/aidd-upskill/references/process.md Updates pipelines to use /aidd-rtc --compact stages.
ai/skills/aidd-upskill/SKILL.md Adjusts imports/skill components (now relies on SudoLang syntax reference).
ai/skills/aidd-task-creator/SKILL.md Adds import /aidd-rtc and uses /aidd-rtc --compact in planning.
ai/skills/aidd-review/SKILL.md Imports /aidd-rtc and standardizes “show work” guidance to RTC compact.
ai/skills/aidd-pr/SKILL.md Switches fix delegation guidance to /aidd-parallel and updates steps/commands.
ai/skills/aidd-please/SKILL.md Replaces embedded think()/RTC definition with import /aidd-rtc usage.
ai/skills/aidd-churn/SKILL.md Imports /aidd-rtc and updates threshold analysis guidance to RTC compact.
ai/skills/aidd-changelog/references/guidelines.md Adds changelog writing/scoping guidelines.
ai/skills/aidd-changelog/SKILL.md Introduces the new changelog analyze/update workflow with RTC compact reasoning.
ai/skills/aidd-changelog/README.md Adds usage/why documentation for /aidd-changelog.
ai/commands/index.md Registers /aidd-changelog in the command index.
ai/commands/aidd-changelog.md Adds the /aidd-changelog command entrypoint.
README.md Adds new skills to the README skills list.
CHANGELOG.md Adds 4.0.0 release notes (breaking rename + new skills/workflow notes).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 75 to 85
### Step 3 — Delegate (thinking)
delegateRemaining(triageResult) => delegationPrompts {
1. For each remaining issue, generate a `/aidd-fix` delegation prompt
2. Each prompt targets one issue, referencing the specific file, line, and PR branch
3. Wrap each prompt in a markdown code block for easy copy-paste or sub-agent dispatch
1. For each remaining issue, produce a one-line task description referencing the specific file, line, and concern
2. Run `/aidd-parallel --branch <prBranch> <tasks>` to generate one `/aidd-fix` delegation prompt per issue
}

### Step 4 — Dispatch (effects)
dispatchAndResolve(delegationPrompts) {
1. Dispatch each `/aidd-fix` prompt via DelegateSubtasks
1. Run `/aidd-parallel delegate --branch <prBranch> <tasks>` to build the dependency graph and dispatch sub-agents in order
2. Leave all threads open for the reviewer to verify — do not auto-resolve
}
Commands {
/aidd-pr [PR URL] - triage comments, resolve addressed threads, and generate /aidd-fix delegation prompts
/aidd-pr delegate - dispatch prompts to sub-agents and resolve related PR conversations via the GitHub GraphQL API
/aidd-pr delegate - dispatch prompts to sub-agents via /aidd-delegate and resolve related PR conversations via the GitHub GraphQL API
Expert skill author. Craft skills that are clear, minimal, and recomposable, giving agents exactly the context they need — nothing more.

**Skill components:** `ai/skills/aidd-sudolang-syntax`, `ai/skills/aidd-please` (provides RTC think())
import ai/skills/aidd-sudolang-syntax
Comment on lines +39 to +43
### /aidd-changelog analyze

analyzeChanges(sinceTag) => changeSet {
1. Run `git log <sinceTag>..HEAD --oneline` to collect commits
2. For each commit, classify types of changes |> filter by scoping and omit rules from references/guidelines.md and /aidd-log
resolve already-addressed issues, and coordinate targeted fixes using the AIDD fix process.

import /aidd-parallel
import /aidd-rtc if not in context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants