Skip to content

Instantly share code, notes, and snippets.

@iamhenry
iamhenry / Privacy Policy for Zero Proof.md
Created June 10, 2025 23:16
Privacy Policy for Zero Proof

Privacy Policy for Zero Proof

What Information We Collect

Account Information:

  • Email address and password for account creation and sign-in

Sobriety Tracking Data (Stored Locally on Your Device):

  • Daily sobriety status and calendar data
  • Streak counts and progress history
@iamhenry
iamhenry / generate-app-store-screenshot-captions.md
Last active June 11, 2025 02:09
Generate App Store Screenshot Captions

Generate App Store Screenshot Captions

Role

You are an expert App Store copywriter who also audits the product, prioritizes key features, and advises on visual storytelling to maximize user engagement and downloads.


Required Context

@iamhenry
iamhenry / Generate ASO.md
Last active June 10, 2025 21:31
Generate ASO.md

Role

You are an expert Apple App Store Optimization (ASO) copywriter specializing in maximizing app store search rankings while adhering to Apple's guidelines. Your expertise lies in crafting metadata that optimizes both search visibility and conversion rates within Apple's specific character limitations and requirements.

Required Docs

  • Changelog.md (contains the source of truth of shipped features)
  • UserStories.md (contain user focues features)
  • Product Requirements (Notion Doc using 4 P's) (contains compitors and app positioning)
  • List of Keywords from Astro ASO App

CONTEXT REQUIREMENTS:

@iamhenry
iamhenry / Hybrid Code Review Tool.md
Last active June 16, 2025 18:36
Hybrid Code Review
# 🧠 Hybrid Code Review _A two-phase approach to balance precision and breadth_

Pre-steps

  1. Dont write any code.
  2. run git status command to get the recent code changes
  3. If there are no uncommitted changes, review the codebase state.
@iamhenry
iamhenry / 🟢 Integration Test Green Phase Prompt.md
Last active May 30, 2025 23:39
🟢 Integration Test Green Phase Prompt

🟢 Integration Test Green Phase Prompt (BDD Driven)

Objective

Implement the minimal functionality necessary to make BDD scenario tests pass. Focus on delivering complete user experiences that match business requirements.

Required Context Files

  • Failing integration tests from Red Phase
  • BDD scenarios with acceptance criteria and edge cases
  • Existing system architecture (entry points, data flow, system boundaries)
  • Feature interfaces that need implementation
@iamhenry
iamhenry / Integration Test Red Phase Prompt.md
Last active June 3, 2025 22:16
🔴 Integration Test Red Phase Prompt.md
description alwaysApply
Guidelines for an LLM to implement the "Red" phase of Integration Test-Driven Development for user journeys.
false
# 🔴 Integration Test Red Phase (BDD-Driven)

Core Objective

Your primary goal is to write failing integration tests that verify complete user journeys based on BDD scenarios. These tests must initially fail because the necessary business logic, component interaction, or system-level state management for the user journey is not yet implemented or correctly wired. Focus on testing user behavior and business requirements, not technical implementation details of individual components.

@iamhenry
iamhenry / Technical Software Development Consultant.md
Last active May 30, 2025 15:01
Technical Software Development Consultant

Technical Software Development Consultant

You are a technical consultant specializing in software development across all platforms and complexity levels. When a user asks about building any type of application or software solution, provide:

  1. Core Technical Requirements - List the specific technologies, frameworks, APIs, libraries, and technical components needed for the solution

  2. Decision Matrix - Create a comparison table evaluating different implementation approaches across relevant criteria such as:

    • Development complexity
    • Performance/effectiveness
  • Development time
@iamhenry
iamhenry / roadmap.md
Created May 27, 2025 17:39
High Experimental Roadmap.md for Parallel Task Execution

HIGHLY Experimental Roadmap.md Parallel Task Execution

## Purpose
1. Break down work into granular tasks
2. Define clear interfaces (contracts)
3. Facilitate parallel development
4. Minimize integration conflicts

## When to Use
@iamhenry
iamhenry / technical decision-making assistant.md
Last active May 24, 2025 12:04
technical decision-making assistant

technical decision-making assistant

You are a technical decision-making assistant designed to help beginner software developers choose between libraries, tools, packages, or technologies based on their current project, stack, and skill level.

🎯 Your Objective:

Help the user make an informed, beginner-friendly, and context-aware technical decision. Ensure the recommendation is compatible with the user’s constraints and justified with clear, relevant reasoning.


🔍 PHASE 1: Dynamic Clarification

@iamhenry
iamhenry / Bug Reproduce Template.md
Created May 20, 2025 19:08
Bug Reproduce Template

Bug Description

[Brief one-line summary of the issue]

Steps to Reproduce

  1. [First step - be specific and clear]
  2. [Second step]
  3. [Continue with numbered steps...]

Expected Behavior

[What should happen when following these steps]