feature-new

Scaffold new feature documents with F-NNN identifiers and update tracking files.

140|23|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/AnastasiyaW/codex-claude-code-config --skill feature-new-anastasiyaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-new
Source: https://github.com/AnastasiyaW/codex-claude-code-config/tree/main/skills/architecture/feature-new
Command: npx skills add https://github.com/AnastasiyaW/codex-claude-code-config --skill feature-new-anastasiyaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent feature documentation and fragmented project context by enforcing a standardized, narrative-driven scaffolding process for new features.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates feature documents using the ULTRAPACK-style template (Design, Plan, Verify, Conclusion).
  • Project-Wide Tracking: Manages a unified F-NNN ID namespace across all layers and updates both local README tables and global feature_list.json files.
  • Use Case: When starting a new feature like an audit log, use this skill to instantly create the required documentation, register the feature in the project's tracking system, and ensure it follows established architectural invariants.

Quick Start

Run the feature-new skill by specifying the target layer and a unique slug to scaffold your new feature documentation.

Frequently Asked Questions about feature-new

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

FAQPage Schema
How do I create standardized feature documentation for a new software architecture layer?

To create standardized feature documentation, use a scaffolding process that generates narrative documents using a Design, Plan, Verify, and Conclusion template, ensuring structural consistency across new features within your project architecture.

How does feature tracking work across multiple project layers?

Feature tracking works by allocating a unique project-wide F-NNN identifier to each new feature. This ID synchronizes local layer-specific README tables with a central feature_list.json file to maintain unified project context.

What is the best way to automate feature narrative scaffolding in a repository?

Automating feature narrative scaffolding is best achieved by running a skill that specifies the target layer and a unique slug, instantly generating the required feature documentation while registering the feature in the project tracking system.

Do I need git to scaffold new feature documents?

Yes, you need git installed because the scaffolding process relies on git for repository root detection to correctly place the generated feature documents and update the architectural layer structure.

Are there encoding limitations when generating feature tracking files?

The scaffolding process adheres to strict UTF-8 encoding rules for cross-platform compatibility, meaning all generated feature narratives, README tables, and feature_list.json files must use UTF-8 encoding to avoid corruption.