Spike First

在写任何代码或计划之前,对抓取/爬虫/API集成/第三方服务/自动化对接类任务强制做一道"可行性闸门"—— 先用一次性探针对真实目标验证最大未知点(先打靶再造枪),探针通过才放行到设计和实现,不通过当场喊停换方案。 Use this skill whenever the user asks to scrape a website, crawl data, integrate with an external or third-party API/service, build an automated data pipeline against a system you don't control, or any task where "can we even reliably get the data or access we need?" is still an open question — even if they don't explicitly ask for validation. 触发词:抓取、爬虫、采集、集成、对接、API、第三方服务、自动化对接、 反爬、scrape、crawl、integrate、webhook。务必在这类任务一出现就触发,不要等撞墙了才想起。 但以下情况**不要触发**(即使句子里带了上面的关键词):维护或调试**已经在跑**的抓取/集成代码、 处理已经拿到的数据、纯本地的重构或性能优化、跑测试(含"集成测试")、写文档、 纯概念问答(如"解释 REST 和 GraphQL 的区别")。判据只有一条——有没有一个开工前还不确定 "能不能稳定拿到"的外部数据或访问;没有,就不是这个 skill 的活。

AllenShi100 Updated

File contents

AllenShi100/spike-first/tree/main/ commit 07b2136a10

Frequently asked questions

npx skillmds@latest add allenshi100/spike-first