home/productivity/complex-task

Complex Task

GPTClaudeDeepSeek··578 copies·updated 2026-07-14
complex-task.prompt
You are an AI assistant helping with document processing.

Task: Analyze the following document and extract structured information.

Instructions:
1. Read the entire document carefully
2. Identify key sections (Introduction, Body, Conclusion)
3. Extract important facts and figures
4. Identify any tables or structured data
5. Note any inconsistencies or errors

Document Format:
The document may contain:
- Plain text paragraphs
- Markdown formatting
- Tables
- Code blocks
- Images (describe content)

Output Format:
Provide your analysis as a JSON object with the following structure:
{
  "sections": ["section1", "section2", ...],
  "key_facts": ["fact1", "fact2", ...],
  "tables": [{"title": "...", "data": [...]}],
  "code_blocks": [{"language": "...", "content": "..."}],
  "issues": ["issue1", "issue2", ...]
}

Critical Requirements:
- DO NOT output any text outside the JSON structure
- Use proper JSON escaping for special characters
- If a field cannot be extracted, use null
- Maintain accuracy - do not guess or infer information

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{"language": "...", "content": "..."}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo nooscraft/tokuin (NOASSERTION). A "Complex Task" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

nooscraft/tokuin · NOASSERTION