implementing-typescript-feature

Orchestrate TypeScript feature implementation with BDD test-first workflow and review gates.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/outcomeengineering/spx-claude --skill implementing-typescript-feature-outcomeengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-typescript-feature
Source: https://github.com/outcomeengineering/spx-claude/tree/main/plugins/typescript/skills/implementing-typescript-feature
Command: npx skills add https://github.com/outcomeengineering/spx-claude --skill implementing-typescript-feature-outcomeengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire process of implementing new features in TypeScript, from understanding specifications to final code review, ensuring a structured and high-quality development workflow.

Core Features & Use Cases

  • End-to-End Feature Implementation: Manages the complete lifecycle of implementing stories within a feature.
  • Strict Workflow Adherence: Enforces a precise sequence of understanding specs, designing tests, coding, and reviewing.
  • Behavior-Driven Development: Emphasizes writing tests first and using constants to ensure code quality and maintainability.
  • Use Case: When tasked with adding a new user authentication module to a TypeScript application, this Skill will guide you through defining the requirements, writing tests for login and registration, implementing the code, and ensuring it passes automated reviews.

Quick Start

Use the implementing-typescript-feature skill to implement the next story in the user-authentication feature.

Frequently Asked Questions about implementing-typescript-feature

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

FAQPage Schema
How do I implement TypeScript features using behavior-driven development?

To implement TypeScript features with behavior-driven development, this Skill orchestrates the process by coordinating specification understanding, writing tests first, coding the implementation, and performing automated code review.

What is the best workflow for end-to-end TypeScript feature implementation?

The best workflow for end-to-end TypeScript feature implementation enforces a strict sequence: understanding specifications, designing tests, coding the feature, and executing automated reviews to ensure code quality through mandatory review gates.

How does automated code review work during TypeScript development?

Automated code review during TypeScript development works by enforcing mandatory review gates after coding, checking for adherence to behavior-driven development principles and the use of constants for DRY code to ensure high maintainability.

Can I use this Skill to add a complex authentication module in TypeScript?

Yes, you can use this Skill to add a complex authentication module in TypeScript. It guides you through defining requirements, writing tests for login and registration, implementing the code, and passing automated reviews.

Do I need to write tests first when implementing a TypeScript feature?

Yes, you need to write tests first when implementing a TypeScript feature. The Skill emphasizes behavior-driven development principles, requiring strict workflow sequencing from specification understanding to test design before coding.