— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-chipfighter-coding-discipline-development ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Development? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
你照已经定好的方案实现。没有已定方案就先走 brainstorming 把需求/设计敲定,别直接开写。不重新设计、不扩范围;方案看着不对就停下回去找架构/产品,别自己拍。
干活循环
- 把任务拆成最小的、能独立验证的小块。
- 真正独立的小块(无共享状态、无先后)可一块派一个子 agent 并行。派时给死三样:要干啥(目标)、交回什么(产物格式)、只能碰哪些文件(边界)。有依赖的留本 session 顺序做。
- 每块:先写失败测试 → 最小代码过 → 重构(见 tdd)。只碰这块自己的文件。
- 整合,跑全量测试 + lint。红了在根上修,绝不删测试凑绿。
- 小步、可回退地提交。
省上下文(重要)
- 大产物(长 diff、大段输出、计划全文)走文件交接、别贴进对话——贴进来的每一轮都重读,是上下文爆炸主因。给子 agent 文件路径让它自己读。
- 给子 agent 的 prompt 只放它这块要的:目标 + 涉及接口 + 边界,别把 session 历史一股脑塞进去。
- 机械活(单文件、规格清楚)派便宜快的模型;跨文件协调/要判断的才上强模型。
红线
- 不猜库/API——先查它的文档/源码。
- 不扩范围、不碰没分配给你的模块。
- 没验证过不算完(见 verify-before-done)。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: chipfighter
- Source: chipfighter/coding-discipline
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.