Skip to content

Add manifest-dev plugin#619

Open
doodledood wants to merge 2 commits into
rohitg00:mainfrom
doodledood:patch-1
Open

Add manifest-dev plugin#619
doodledood wants to merge 2 commits into
rohitg00:mainfrom
doodledood:patch-1

Conversation

@doodledood

@doodledood doodledood commented Jul 5, 2026

Copy link
Copy Markdown

What problem it solves: coding agents start building before the problem is understood and report done on self-assessment. manifest-dev separates understanding (/figure-out), acceptance definition (/define), and verified execution (/do) — one independent verifier per criterion decides done.

Who uses it: developers handing larger tasks to a coding agent who want a stop condition they can trust.
Attribution: original work, doodledood/manifest-dev (MIT).

Example: /figure-out "why do half my background jobs silently stall?" — it investigates the repo and presses the load-bearing question before any fix. Individual skills install via npx skills add doodledood/manifest-dev --skill figure-out.

Summary by CodeRabbit

  • Documentation
    • Added a new manifest-dev entry to the “All Plugins” list in the README.
    • Included a description of “manifest-driven workflows” and the available slash commands: /figure-out adversarial understanding, /define acceptance criteria, and /do execution (with an independent verifier per criterion).

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5dc26b2c-efa8-4909-aa98-c73f4426350c

📥 Commits

Reviewing files that changed from the base of the PR and between c29520b and 257d889.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Added a new row to the “All Plugins” table in README.md documenting the manifest-dev plugin, its repository link, and description of its /figure-out, /define, and /do execution slash commands.

Changes

README plugin listing update

Layer / File(s) Summary
Add manifest-dev plugin table row
README.md
New table row added listing the manifest-dev plugin from doodledood/manifest-dev with its slash commands.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Related PRs: None mentioned.
Suggested labels: documentation
Suggested reviewers: None specified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding the manifest-dev plugin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Line 209: The README table row for manifest-dev has a cell count mismatch with
the surrounding two-column table. Update the table structure so the row in the
markdown fits the same column count as the header, using the manifest-dev entry
as the reference point; either add a third header column to match the extra
field or merge that extra text into one of the existing cells so renderers
display the plugin entry correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 31dcf02c-e59a-4046-a4f4-51633b1e8a11

📥 Commits

Reviewing files that changed from the base of the PR and between ebdf1d5 and c29520b.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
Drop the stray unlabeled cell so the row matches the two-column
Plugin | Description table (resolves MD056).
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