๐ User Prompt Templates
Collects reusable prompt templates for starting sessions, implementing features, checking status, testing, deploying, generating content, and reviewing architecture.
What this file does
Collects reusable prompt templates for starting sessions, implementing features, checking status, testing, deploying, generating content, and reviewing architecture.
When to use it
- You want a quick-start prompt to resume work on a project
- You need a structured template for bug reports or feature requests
- You want to standardise how your team asks for status updates or code reviews
- You are building a content generation pipeline and need script or brief prompts
๐ User Prompt Templates
Common prompts and templates for interacting with the Brand Infinity Engine development.
๐ Session Start Prompt
I'm continuing work on Brand Infinity Engine. Please:
1. Read rules/project_context.md for current state
2. Check what's in progress and what's next
3. Continue from where we left off
๐ง Implementation Prompts
Start New Feature
Implement [FEATURE_NAME] for Brand Infinity Engine.
- Check project_context.md for dependencies
- Follow conventions.md for code style
- Update project_context.md when done
Fix Bug
There's an issue with [COMPONENT]:
- Error: [ERROR_MESSAGE]
- Expected: [EXPECTED_BEHAVIOR]
- Actual: [ACTUAL_BEHAVIOR]
Please investigate and fix.
Add Integration
Integrate [SERVICE_NAME] into the pipeline:
- Add credentials to .env.local
- Create adapter in utils/
- Wire into [PILLAR_NAME]
- Add tests
๐ Status Check Prompts
Full Status
What's the current state of Brand Infinity Engine?
- What's implemented and working?
- What's in progress?
- What are the blockers?
- What should we work on next?
Specific Pillar Status
What's the status of Pillar [N] ([PILLAR_NAME])?
- Which components are done?
- What's missing?
- What dependencies are needed?
๐งช Testing Prompts
Run Tests
Run tests for [COMPONENT]:
- Unit tests
- Integration tests
- Show any failures and suggest fixes
Manual Test Flow
Help me manually test the [FLOW_NAME] flow:
1. What data do I need to seed?
2. What endpoints/commands to run?
3. What output should I expect?
๐ฆ Deployment Prompts
Environment Setup
Help me set up [ENVIRONMENT] environment:
- Required credentials
- Docker services to start
- Migrations to run
- Verification steps
Deploy Workflows
Deploy n8n workflows for Pillar [N]:
- Export workflow JSON
- Configure credentials
- Test webhook endpoints
๐ฌ Content Generation Prompts
Generate Creative Brief
Generate a creative brief for:
- Brand: [BRAND_NAME]
- Product: [PRODUCT_NAME]
- Target Platform: [instagram/tiktok/youtube/linkedin]
- Campaign Goal: [awareness/conversion/engagement]
Generate Video Script
Create a video script from this creative brief:
[PASTE_BRIEF_JSON]
Requirements:
- Duration: [15/30/60] seconds
- Tone: [TONE]
- Hook style: [question/statistic/story/shock]
๐ก Architecture Prompts
Design Decision
I need to decide between [OPTION_A] and [OPTION_B] for [COMPONENT].
Consider:
- Performance implications
- Cost implications
- Maintenance burden
- Future scalability
Review Code
Review [FILE_PATH] for:
- Code quality
- Security issues
- Performance optimizations
- Adherence to conventions.md
What's inside
8 sections with 14 prompt templates, each containing a title, description, and placeholder-filled example
Change this for your project
- Replace
Brand Infinity Enginewith your project name - Replace
rules/project_context.mdwith your own context file path - Replace
n8n workflowswith your automation tool if different - Replace
Pillar [N]with your own module or component naming
Where it goes
A prompt collection. Copy the individual prompts you need rather than the whole file.
Worth borrowing
- Placeholder brackets like
[FEATURE_NAME]make templates easy to reuse - Grouping prompts by purpose (session, implementation, status) helps users find the right one fast
Related Documents
You must use artifacts for
Defines when to use artifacts and provides detailed instructions for creating code, documents, HTML, SVG, Mermaid diagrams, and React components.
starProject
Lists 120+ starred open-source projects across AI, DevOps, Flutter, and web development for discovery and inspiration.
midjourney-expert
Serves as a reference for Midjourney V7/Niji 7 prompting, covering parameters, reference systems, editing tools, and moderation workarounds.
Daily Agent Tasks Framework
Gives you a daily structure for assigning strategic work to Claude and development work to Codex, organized by project priority and current sprint.