diff --git a/.w4c/project.json b/.w4c/project.json new file mode 100644 index 0000000..ab046da --- /dev/null +++ b/.w4c/project.json @@ -0,0 +1,16 @@ +{ + "schema": 1, + "name": "Website & Resource Research", + "description": "Audit an existing website and its resources: crawl the pages, map the structure and content, review UX/SEO/performance, then plan a redesign on your chosen stack.", + "agentId": "w4c-startup", + "tags": [ + "web", + "research", + "audit", + "redesign", + "scraping" + ], + "source": { + "template": "wiz4apps/templates.WebsiteResearch" + } +}