Back to .md Directory

๐Ÿ“ User Prompt Templates

Collects reusable prompt templates for starting sessions, implementing features, checking status, testing, deploying, generating content, and reviewing architecture.

May 2, 2026
0 downloads
4 views
ai prompt workflow
View source

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 Engine with your project name
  • Replace rules/project_context.md with your own context file path
  • Replace n8n workflows with 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