Skip to content

feat: nemoclaw-maintainer-sprint-plan skill#1920

Draft
wscurran wants to merge 2 commits intomainfrom
feat/sprint-planning
Draft

feat: nemoclaw-maintainer-sprint-plan skill#1920
wscurran wants to merge 2 commits intomainfrom
feat/sprint-planning

Conversation

@wscurran
Copy link
Copy Markdown
Contributor

Summary

  • Adds .agents/skills/nemoclaw-maintainer-sprint-plan/SKILL.md — a skill that generates sprint execution plan documents
  • Adds docs/sprints/ directory with README and .gitkeep
  • The sprint plan template is embedded in the skill (no separate template file needed)

Skill workflow

  1. Reads docs/project-governance.md for cadence and role context
  2. Discovers the NemoClaw Development Tracker project number and lists GitHub Projects iteration fields
  3. Fetches all issues and PRs assigned to the selected sprint iteration via GraphQL
  4. Categorizes items into four buckets: Bugs/Stability, Features/Enhancements, Documentation, Infrastructure/CI
  5. Asks maintainer for: sprint goal, release tag target, additional items (by number), deferred items (with reason)
  6. Writes docs/sprints/sprint-NNN.md and renders inline for review before committing

Related

🤖 Generated with Claude Code

Adds a skill that generates sprint execution plan docs from GitHub
Projects iteration data. Includes docs/sprints/ directory with README
and template embedded in the skill.

Skill workflow:
- Discovers project and iteration via GitHub Projects GraphQL API
- Fetches and categorizes items by label type (bugs, features, docs, infra)
- Accepts additional items by number and deferred items with reasons
- Writes docs/sprints/sprint-NNN.md and presents for review before commit
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 15, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4847329a-4d88-4182-a46a-cc99a519e34a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/sprint-planning

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

Add community-response, triage, and sprint-plan to the maintainer
skills table. Update count from 6 to 9 (maintainer) and 16 to 19 (total).
@wscurran wscurran added project management Use this label for meta-issues about project governance and community processes. NemoClaw CLI Use this label to identify issues with the NemoClaw command-line interface (CLI). enhancement: feature Use this label to identify requests for new capabilities in NemoClaw. Integration: GitHub Use this label to identify GitHub integration issues with NemoClaw. and removed project management Use this label for meta-issues about project governance and community processes. labels Apr 15, 2026
@wscurran
Copy link
Copy Markdown
Contributor Author

✨ Thanks for submitting this PR, which proposes a way to add a new skill for generating sprint execution plan documents, building on the project governance documentation from #1917.


Possibly related open PRs:

@wscurran wscurran added enhancement: skill Improvements to NemoCall repository hygiene or user functionality with skills. and removed NemoClaw CLI Use this label to identify issues with the NemoClaw command-line interface (CLI). labels Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement: feature Use this label to identify requests for new capabilities in NemoClaw. enhancement: skill Improvements to NemoCall repository hygiene or user functionality with skills. Integration: GitHub Use this label to identify GitHub integration issues with NemoClaw.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant