new-feature

Generate proposal, retrospective, and feature branch for SDLC projects.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill new-feature-stevegjones
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: new-feature
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-core/skills/new-feature
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill new-feature-stevegjones

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting new development work often lacks a consistent set of artifacts, leading to scattered documentation and misaligned handoffs. This Skill automatically generates the essential documents (proposal, retrospective) and a working feature branch to bootstrap the sprint.

Core Features & Use Cases

  • Proposal creation: Generate a feature proposal document from templates and fill in identifiers.
  • Retrospective scaffolding: Create a retrospective document to capture insights for the next cycle.
  • Branch setup & validation: Create a Git feature branch and run syntax validation to enforce quality from day one.
  • Use Case: Kick off a new feature in SDLC projects with standardized artifacts and branch strategy.

Quick Start

Create the proposal and retrospective, then open a feature branch and run syntax validation.

Frequently Asked Questions about new-feature

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

FAQPage Schema
How do I standardize feature branch setup and proposal creation for new development work?▼

Standardizing feature branch setup and proposal creation is done by generating template-driven proposal documents and conventional Git feature branches in a single automated workflow. This ensures consistent artifacts and aligned handoffs across the team.

What is the best way to scaffold a retrospective document when starting a new feature?▼

Scaffolding a retrospective document for a new feature is achieved using template-driven artifact generation. This creates a standardized retrospective file to capture insights for the next cycle right at sprint kickoff.

Can I run syntax validation automatically after creating a Git feature branch?▼

Yes, syntax validation can be run automatically after creating a Git feature branch. The workflow creates the branch and immediately enforces quality by running built-in syntax validation checks.

Does this feature kickoff workflow work for any SDLC project?▼

This feature kickoff workflow applies to software projects following the SDLC. It standardizes starting work across teams by generating proposals, retrospectives, and branches with consistent naming.

Why do I need a feature proposal document before opening a Git branch?▼

A feature proposal document is needed before opening a Git branch to prevent scattered documentation and misaligned handoffs. It bootstraps the sprint with essential artifacts and standardized identifiers.

What is included in an automated feature kickoff setup for software engineering?▼

An automated feature kickoff setup includes generating a template-driven proposal, scaffolding a retrospective document, creating a conventional Git feature branch, and running built-in syntax validation to enforce quality.