seven-questions-checklist

Community

7 questions to ensure quality before you code.

Authorfoolishimp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Developers often jump into coding without fully considering key principles like test-first, modularity, or reuse, leading to preventable quality issues and rework.

Core Features & Use Cases

  • Pre-Coding Quality Gate: Asks 7 critical questions (Tests First, Fail Loud, Module Focused, Checked if Exists, Researched Alternatives, Avoiding Tech Debt, Is This Excellent?) before any coding begins.
  • Principle Enforcement: Blocks further progress if any question is answered "No," guiding the developer to address foundational issues.
  • Educational Tool: Reinforces the 7 Key Principles by prompting explicit consideration at the start of every task.
  • Use Case: Before starting to implement a new feature, invoke this skill. It will ask you 7 questions, and only if all are answered "Yes" will it allow you to proceed to the TDD or BDD workflow.

Quick Start

Run the Seven Questions Checklist before implementing the user authentication feature.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: seven-questions-checklist
Download link: https://github.com/foolishimp/ai_sdlc_method/archive/main.zip#seven-questions-checklist

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository