pre-implementation-check

Verifies existing implementations and infrastructure readiness before new coding tasks.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pmarashian/cursor-agent-skills --skill pre-implementation-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-implementation-check
Source: https://github.com/pmarashian/cursor-agent-skills/tree/main/pre-implementation-check
Command: npx skills add https://github.com/pmarashian/cursor-agent-skills --skill pre-implementation-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents wasted development time by ensuring that functionality isn't duplicated and that necessary prerequisites are met before starting new implementation tasks.

Core Features & Use Cases

  • Duplicate Work Prevention: Checks if a feature already exists in the codebase.
  • Dependency Verification: Ensures all mandatory skills, build tools, and test infrastructure are ready.
  • Environment Readiness: Verifies development server health and test seam availability.
  • Use Case: Before starting to implement a new user authentication flow, use this Skill to search the codebase and confirm that no similar authentication mechanism already exists, saving hours of redundant effort.

Quick Start

Run a pre-implementation check for the new user profile feature.

Frequently Asked Questions about pre-implementation-check

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

FAQPage Schema
How do I check for duplicate features before starting implementation?

To prevent duplicate work before coding, you can verify existing implementations by searching the codebase for similar functionality. This pre-implementation check confirms whether a feature already exists, saving hours of redundant effort.

How do I verify development environment readiness before coding?

You can verify environment readiness by checking development server health and test seam availability. This pre-implementation process confirms your environment is stable and prerequisites are met before initiating new tasks.

What is a pre-implementation check in a development workflow?

A pre-implementation check is a codebase verification process that searches for existing features and confirms infrastructure readiness before new tasks. It prevents wasted development time by ensuring functionality is not duplicated and prerequisites are met.

Do I need to verify mandatory skills and dependencies before starting a new feature?

Yes, you need to verify mandatory skills and dependencies before starting a new feature to ensure all build tools and test infrastructure are ready. This prevents environment errors and optimizes your development workflow.

What is the best way to prevent redundant work when adding new user authentication flows?

The best way to prevent redundant work when adding new user authentication flows is to search the codebase first. Confirming no similar authentication mechanism already exists saves hours of duplicated implementation effort.