Markdown Converter
Agent skill for markdown-converter
This file contains proven, reusable prompts for different AI workflows. Each prompt activates specific agents and follows the memory-first, TDD, Git-centric approach.
Sign in to like and favorite skills
This file contains proven, reusable prompts for different AI workflows. Each prompt activates specific agents and follows the memory-first, TDD, Git-centric approach.
IDEA: [project-name] - [brief description] Example: IDEA: TaskMaster - task management application for remote teams
What this activates:
ANALYZE PROJECT: [project-name] Understand the codebase, architecture, and prepare workspace for other agents to continue development. Example: ANALYZE PROJECT: ecommerce-platform
What this activates:
BUILD FEATURE: [feature-description] for [project-name] Use TDD approach - tests first, then implementation. Example: BUILD FEATURE: user authentication system for TaskMaster
What this activates:
FIX ISSUE: [issue-description] in [project-name] Investigate, test, and implement fix following TDD principles. Example: FIX ISSUE: login form validation errors in TaskMaster
What this activates:
REVIEW CODE: [component/module] in [project-name] Perform comprehensive code quality analysis and provide improvement recommendations. Example: REVIEW CODE: payment processing module in ecommerce-platform
What this activates:
DESIGN ARCHITECTURE: [system-description] for [project-name] Create comprehensive technical architecture with trade-offs analysis. Example: DESIGN ARCHITECTURE: microservices backend for TaskMaster
What this activates:
SETUP INFRASTRUCTURE: [requirements] for [project-name] Configure deployment, monitoring, and operational infrastructure. Example: SETUP INFRASTRUCTURE: AWS cloud deployment for TaskMaster
What this activates:
DESIGN DATABASE: [data-requirements] for [project-name] Create data model, schema, and migration strategy. Example: DESIGN DATABASE: user management and task tracking for TaskMaster
What this activates:
SETUP TESTING: [scope] for [project-name] Create comprehensive testing strategy with automation. Example: SETUP TESTING: end-to-end user workflows for TaskMaster
What this activates:
SECURITY AUDIT: [scope] for [project-name] Perform comprehensive security assessment and remediation. Example: SECURITY AUDIT: authentication and data protection for TaskMaster
What this activates:
OPTIMIZE PERFORMANCE: [area] for [project-name] Analyze and improve performance with measurable targets. Example: OPTIMIZE PERFORMANCE: page load times for TaskMaster dashboard
What this activates:
PLAN SPRINT: [duration] for [project-name] Create sprint backlog with user stories and acceptance criteria. Example: PLAN SPRINT: 2-week sprint for TaskMaster MVP
What this activates:
PLAN RELEASE: [version] for [project-name] Prepare release strategy, testing, and deployment plan. Example: PLAN RELEASE: v1.0.0 for TaskMaster
What this activates:
COORDINATE TEAM: [objective] for [project-name] Set up multi-agent coordination for complex objectives. Example: COORDINATE TEAM: frontend and backend integration for TaskMaster
What this activates:
MIGRATE SYSTEM: [source] to [target] for [project-name] Plan and execute system migration with risk mitigation. Example: MIGRATE SYSTEM: legacy PHP app to Next.js for TaskMaster
What this activates:
BUILD API: [endpoints] for [project-name] Design and implement RESTful API with documentation. Example: BUILD API: task management endpoints for TaskMaster
What this activates:
BUILD UI: [components] for [project-name] Create responsive, accessible user interface components. Example: BUILD UI: task dashboard and forms for TaskMaster
What this activates:
CONTINUE: [project-name] Resume previous work using stored memory context. Example: CONTINUE: TaskMaster
What this activates:
SAVE STATE: [project-name] Store current project state and decisions for future reference. Example: SAVE STATE: TaskMaster development progress
What this activates:
IDEA: [project] - Initial launch and planningANALYZE PROJECT: [project] - If joining existing codebaseBUILD FEATURE: [feature] for [project] - Feature developmentSETUP TESTING: [scope] for [project] - Quality assurancePLAN RELEASE: [version] for [project] - Deployment preparationCONTINUE: [project] - Resume previous workBUILD FEATURE: [feature] for [project] - Implement new featureSAVE STATE: [project] - Store progress for laterANALYZE PROJECT: [project] - Understand codebaseREVIEW CODE: [component] in [project] - Quality analysisFIX ISSUE: [problems] in [project] - Implement improvementsThis prompt collection implements the launch-first, TDD, Git-centric, memory-persistent AI workflow for maximum development efficiency.