implement-feature

Automate software feature implementation from PRD specifications and verify against contracts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andredosreis/laura-saas-agenda --skill implement-feature-andredosreis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/andredosreis/laura-saas-agenda/tree/main/.gemini/skills/implement-feature
Command: npx skills add https://github.com/andredosreis/laura-saas-agenda --skill implement-feature-andredosreis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end implementation of a PRD feature, from specification to verification, reducing manual work and ensuring compliance with the contract.

Core Features & Use Cases

  • Automated Implementation: Executes the implementation plan across UI, API, service, worker, and CLI layers.
  • Contract Verification: Ensures the implementation meets the contract's requirements using Playwright for UI features.
  • PRD Progress Tracking: Updates PRDProgress.json to mark the feature as implemented.
  • Use Case: When a new feature is planned, use this Skill to automatically implement it, verify it against the contract, and update the PRD progress.

Quick Start

Implement the feature 'F01' by running the implement-feature skill with the PRD feature ID.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I automate feature implementation from a PRD spec and contract?

You can automate feature implementation by providing spec.md, plan.md, and contract.md files. The skill executes implementation tasks across UI, API, service, worker, and CLI layers based on these inputs.

How does contract verification work after implementing a feature?

Contract verification ensures the implemented feature meets contract requirements. It uses Playwright for UI features and Jest for testing to validate that the implementation aligns with the specified contract.md file.

What files do I need to run automated PRD feature implementation?

Automated PRD feature implementation requires access to spec.md, plan.md, and contract.md files. You also need to provide the specific PRD feature ID, such as 'F01', to initiate the process.

Can I use Jest and Playwright for CI/CD feature verification?

Yes, CI/CD feature verification uses Jest and Playwright to test implementations. It validates the automated feature implementation against the contract across multiple software layers.

How do I track PRD progress after automated feature implementation?

PRD progress tracking updates PRDProgress.json automatically. It marks the specified feature as implemented once the automated execution and contract verification complete successfully.

What is the best way to implement a PRD feature across UI and API layers?

The best way to implement a PRD feature across UI and API layers is using automated plan execution. It applies the implementation plan across UI, API, service, worker, and CLI layers, then verifies compliance.