specsafe-new

Generate a new specification file for the SpecSafe TDD workflow.

3|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Agentic-Engineering-Agency/specsafe --skill specsafe-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specsafe-new
Source: https://github.com/Agentic-Engineering-Agency/specsafe/tree/main/.opencode/skills/specsafe-new
Command: npx skills add https://github.com/Agentic-Engineering-Agency/specsafe --skill specsafe-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new specifications within the SpecSafe TDD framework, ensuring a consistent starting point for new features or bug fixes.

Core Features & Use Cases

  • New Spec Generation: Creates a new specification file based on a provided name or description.
  • Workflow Initiation: Sets up the initial 'SPEC' stage for a new TDD cycle.
  • Use Case: When starting to implement a new user login feature, you would use this Skill to create the initial specification file.

Quick Start

Use the specsafe-new skill to create a new spec for user authentication.

Frequently Asked Questions about specsafe-new

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

FAQPage Schema
How do I create a new specification file for a TDD workflow?

To create a new specification file for a TDD workflow, you can use a generation tool that initiates the 'SPEC' stage based on a provided name or descriptive input for your new feature or bug fix.

What is the SpecSafe spec generation process for new features?

The SpecSafe spec generation process creates a new specification file that establishes a consistent starting point, initiating the 'SPEC' stage for your test-driven development cycle.

Do I need a specific project configuration to generate a new TDD spec?

Yes, you need a project initialized with a `specsafe.config.json` file to generate a new TDD spec, ensuring the specification workflow integrates correctly with your project structure.

How do I name a new specification file for kebab-case compliance?

You must name a new specification file using kebab-case compliance, which the generation tool validates before creating the spec to ensure consistency across your TDD workflow.

Can I use a natural language description to generate a new spec?

Yes, you can use a natural language description to generate a new spec, allowing the tool to create the specification file based on your descriptive input rather than just a simple name.

What's the best way to start a TDD cycle for a bug fix?

The best way to start a TDD cycle for a bug fix is to generate a new specification file, which sets up the initial 'SPEC' stage and provides a consistent starting point for your workflow.