|
| 1 | +--- |
| 2 | +title: "Agent: Weekly DPI Deep Research" |
| 3 | +date: 2026-03-08T14:50:00+05:30 |
| 4 | +draft: false |
| 5 | +tags: ["Agents", "AI", "DPI", "Weekly", "Deep Research"] |
| 6 | +categories: ["Meta"] |
| 7 | +description: "Full agent instruction for the Weekly DPI Deep Research — Sunday 9 AM, 2000-word analysis" |
| 8 | +--- |
| 9 | + |
| 10 | +# 🤖 Agent: Weekly DPI Deep Research |
| 11 | + |
| 12 | +## Overview |
| 13 | + |
| 14 | +| Property | Value | |
| 15 | +|----------|-------| |
| 16 | +| **Name** | Weekly DPI Deep Research | |
| 17 | +| **Blog** | DPI Watch | |
| 18 | +| **Schedule** | Sunday @ 9:00 AM IST | |
| 19 | +| **Coverage** | Past week (Sunday to Saturday) | |
| 20 | +| **Word Count** | 2000 words | |
| 21 | +| **Model** | minimax-m2.5 | |
| 22 | +| **Agent ID** | `df23bc90-2345-6789-abcd-ef0123456789` | |
| 23 | + |
| 24 | +## Mission |
| 25 | + |
| 26 | +Publish a 2000-word deep dive analysis on the most significant Digital Public Infrastructure (DPI) topic of the past week. This is a premium, analytical piece that goes beyond daily briefs — combining technical details, government perspective, and citizen impact analysis. |
| 27 | + |
| 28 | +## Agent Instruction |
| 29 | + |
| 30 | +### Task (Sunday @ 9:00 AM IST) |
| 31 | +1. Review all content from the past week's daily DPI briefs and themed deep dives |
| 32 | +2. Identify the single most impactful DPI topic based on: |
| 33 | + - Policy changes (MeitY, UIDAI, NPCI) |
| 34 | + - Infrastructure launches |
| 35 | + - Adoption metrics |
| 36 | + - Citizen impact |
| 37 | +3. Research comprehensively: 10+ sources including government documents, technical specs, and analyst views |
| 38 | +4. Write a 2000-word analytical piece |
| 39 | +5. Generate Hugo markdown with proper frontmatter |
| 40 | +6. Publish to `content/posts/YYYY-MM-DD-dpi-weekly-deep-dive.md` |
| 41 | +7. Push to GitHub |
| 42 | + |
| 43 | +### Output Structure |
| 44 | +- Executive Summary (2-3 paragraphs) |
| 45 | +- The Story in Depth (1500+ words) |
| 46 | +- Technical Deep Dive |
| 47 | +- Government Perspective |
| 48 | +- Citizen Impact |
| 49 | +- Global Context |
| 50 | +- Looking Ahead |
| 51 | +- Sources |
| 52 | + |
| 53 | +### Publishing Commands |
| 54 | +```bash |
| 55 | +cd /home/.z/workspaces/dpiwatch |
| 56 | +git checkout main |
| 57 | +git pull origin main |
| 58 | +DATE=$(date +%Y-%m-%d) |
| 59 | +TOPIC="[determined topic]" |
| 60 | +cat > content/posts/${DATE}-dpi-weekly-deep-dive.md << 'EOF' |
| 61 | +[generated content] |
| 62 | +EOF |
| 63 | +git add content/posts/${DATE}-dpi-weekly-deep-dive.md |
| 64 | +git commit -m "Add DPI Weekly Deep Dive: ${TOPIC}" |
| 65 | +git push origin main |
| 66 | +``` |
| 67 | + |
| 68 | +### Quality Standards |
| 69 | +- Minimum 2000 words |
| 70 | +- At least 10 primary sources (government portals, official documents) |
| 71 | +- Include technical architecture details |
| 72 | +- Clear citizen impact analysis |
| 73 | +- Global DPI comparison where relevant |
| 74 | +- Publish by 9:30 AM IST latest |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## How to Improve This Agent |
| 79 | + |
| 80 | +### Suggest Changes |
| 81 | +1. **Open an Issue**: [github.com/CCAgentOrg/dpiwatch/issues](https://github.com/CCAgentOrg/dpiwatch/issues) |
| 82 | +2. **Submit a PR**: Edit `content/agents/weekly-deep-research-agent.md` |
| 83 | + |
| 84 | +--- |
| 85 | + |
| 86 | +*This agent is part of DPI Watch. All agent instructions are open source under CC BY-SA 4.0.* |
0 commit comments