dev-next-us

Implement the next PRD user story with quality checks and progress updates.

4|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/aloisdeniel/skills --skill dev-next-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-next-us
Source: https://github.com/aloisdeniel/skills/tree/main/dev-next-us
Command: npx skills add https://github.com/aloisdeniel/skills --skill dev-next-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of implementing the next user story in a software development project, ensuring consistent progress and adherence to quality standards.

Core Features & Use Cases

  • Automated Story Implementation: Automatically identifies and implements the highest priority, uncompleted user story from a Product Requirements Document (PRD).
  • Integrated Quality Checks: Runs essential quality checks (type checking, linting, testing) to ensure code integrity.
  • User Review Prompt: Facilitates user review before marking a story as complete.
  • Learning Capture: Captures and reports learnings in a structured format for future iterations and updates AGENTS.md with reusable knowledge.
  • Use Case: A developer can invoke this skill to automatically pick up the next task from the backlog, implement it, test it, and prepare it for review, significantly speeding up the development cycle.

Quick Start

Use the dev-next-us skill to implement the next user story.

Frequently Asked Questions about dev-next-us

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate user story implementation from a PRD?

Automating user story implementation from a PRD involves identifying the highest priority uncompleted task, writing the code, and running quality checks. This skill executes that workflow by retrieving requirements, implementing the story, and prompting for user review.

What is the best way to ensure code quality during agile development?

Ensuring code quality during agile development requires running automated checks like type checking, linting, and testing after implementing a story. This skill integrates these quality checks automatically before prompting for user review to maintain project standards.

How do I capture project learnings after completing a user story?

Capturing project learnings after completing a user story involves documenting insights in a structured format for future iterations. This skill updates progress notes and AGENTS.md with reusable knowledge to facilitate iterative development.

Does this skill require a specific Product Requirements Document format?

This skill requires a Product Requirements Document (PRD) to identify and retrieve task requirements. It leverages the 'prd' skill for task identification, meaning your project must utilize this specific structure to function correctly.

Can I use this for iterative development without manual task assignment?

Yes, this skill supports iterative development without manual task assignment by automatically picking up the next highest priority story from your backlog. It implements the code, tests it, and prepares it for review.

Why should I prompt for user review before marking a user story complete?

Prompting for user review before marking a user story complete ensures adherence to project quality standards and prevents unverified code from merging. This skill facilitates that review step to maintain development integrity.