Next Feature

Identify the next feature from docs/plan and run its implementation workflow.

58|5|Updated Aug 30, 2024
One-click install
npx skills add https://github.com/StudyDrift/lextures --skill next-feature-studydrift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Next Feature 
Source: https://github.com/StudyDrift/lextures/tree/main/.cursor/skills/next-feature
Command: npx skills add https://github.com/StudyDrift/lextures --skill next-feature-studydrift

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies the next feature in the planning pipeline to reduce guesswork and ensure a consistent workflow from planning to delivery.

Core Features & Use Cases

  • Identify the next feature from the lowest-numbered folder in docs/plan.
  • Ensure the feature has clear requirements, test coverage, and clean handoff to docs/completed.
  • Submit a pull request with a screen capture showing the feature working.

Quick Start

Execute the Next Feature workflow to identify the next feature from planning, implement with tests, and open a PR with a screen capture.

Frequently Asked Questions about Next Feature

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

FAQPage Schema
How do I automate feature planning from docs to a pull request?

Feature planning automation scans the docs/plan folder, selects the lowest-numbered feature, implements it with tests, and submits a pull request with a screen capture showing the working feature.

What is the best way to manage a feature implementation workflow?

A feature implementation workflow automatically identifies the next feature from docs/plan, runs implementation with tests, verifies no console errors, moves it to docs/completed, and submits a pull request with a screen capture.

How do I ensure features are tested before moving them to completed?

Features are tested by running the implementation workflow, which ensures test coverage and verifies the feature is free of console errors before moving the folder to docs/completed and submitting a pull request.

Can I use this workflow without any external dependencies?

Yes, this workflow operates with no external dependencies, automatically identifying the next feature from docs/plan, implementing it, testing for console errors, and submitting a pull request with a screen capture.

Why does my feature workflow require a screen capture for the pull request?

A screen capture is required in the pull request to visually verify the feature is working, complementing the test coverage checks and ensuring the feature is free of console errors before moving to docs/completed.

When should I not use an automated feature workflow?

Avoid using an automated feature workflow when your docs/plan folder lacks numbered feature folders, as the workflow depends on identifying the lowest-numbered directory to initiate the implementation, testing, and pull request process.