One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill prepflow-say-no
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepflow-say-no
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/.agent/skills/prepflow-say-no
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill prepflow-say-no

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents unnecessary feature creep and encourages the reuse of existing functionality, ensuring the project remains focused and manageable.

Core Features & Use Cases

  • Scope Challenge: Questions new feature requests to ensure they align with project goals.
  • Reuse Prioritization: Identifies opportunities to extend existing components or patterns instead of building from scratch.
  • Use Case: When a user asks to add a complex new reporting module, this skill will prompt them to consider if existing data aggregation features can be leveraged or adapted first.

Quick Start

Use the prepflow-say-no skill to evaluate the feasibility of adding a new user authentication system.

Frequently Asked Questions about prepflow-say-no

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

FAQPage Schema
How do I prevent feature creep when evaluating new project requests?

To prevent feature creep, challenge the scope and complexity of new feature requests before implementation. Evaluate proposals against the project roadmap and current feature status to ensure they align with established goals and maintainable boundaries.

What is the best way to prioritize reusing existing components instead of building new features?

Prioritizing reuse involves identifying opportunities to extend existing components, API endpoints, and established patterns within the codebase. Guide development toward simpler solutions by adapting current functionality rather than building from scratch.

How do I challenge the scope of a complex new reporting module request?

Challenge the reporting module scope by prompting stakeholders to consider if existing data aggregation features can be leveraged or adapted first. Evaluate the request against the project roadmap to ensure it does not introduce unnecessary complexity.

When should I evaluate the feasibility of adding a new user authentication system?

Evaluate the feasibility of a new user authentication system before implementation by questioning its scope and complexity. Check if established patterns or existing endpoints can be extended to maintain project focus and reduce development overhead.

Does scope management require checking the project roadmap before adding new functionality?

Yes, effective scope management requires checking the project roadmap before adding new functionality. Evaluating feature requests against current project status ensures new additions align with core goals and prevents unnecessary feature creep.