fp-add

Add features or suites to E2E test specifications and generate test code.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/endorhq/flightplanner --skill fp-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fp-add
Source: https://github.com/endorhq/flightplanner/tree/main/skills/fp-add
Command: npx skills add https://github.com/endorhq/flightplanner --skill fp-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of adding new features or entire test suites to your End-to-End (E2E) testing specifications and generating the corresponding test code.

Core Features & Use Cases

  • Context-Aware Addition: Intelligently determines whether to add a new feature to an existing test suite or create an entirely new suite based on your request.
  • Spec & Test Generation: Drafts new entries for your E2E_TESTS.md file and generates the necessary test code, ensuring consistency and reducing manual effort.
  • Use Case: When developing a new user authentication flow, use this Skill to add a 'Login Feature' to your 'Auth Suite' in E2E_TESTS.md and have the corresponding test cases automatically generated.

Quick Start

Use the fp-add skill to add a new feature for user login to the authentication suite.

Frequently Asked Questions about fp-add

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

FAQPage Schema
How do I add new features to existing E2E test specifications?

To add new features to E2E test specifications, you can automate the process by analyzing your existing project tests and documentation to intelligently integrate new requirements into an existing suite or create a new one.

What is the best way to generate E2E test code from a spec file?

Generating E2E test code from a spec file is best handled by automating the drafting of new entries for your E2E_TESTS.md file, which then automatically generates the corresponding test cases based on your existing project patterns.

Can I automatically update E2E_TESTS.md when adding a new test suite?

Yes, you can automatically update E2E_TESTS.md when adding a new test suite by using context-aware automation that drafts new spec entries and generates the necessary test code based on your request.

How does context-aware test generation work for E2E testing?

Context-aware test generation for E2E testing works by analyzing your project structure, existing test patterns, and spec formats to intelligently determine whether to add a feature to an existing suite or create an entirely new one.

Do I need an existing project structure to automate E2E spec management?

Yes, you need an existing project structure with existing test patterns and spec formats for accurate implementation, as the automation requires understanding these elements to intelligently integrate new requirements.