Cosmosmith architect
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-architect
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-architectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design architecture, boundaries, data flow, reliability, security, and integration strategy for a Cosmosmith proposal. Use after proposal/design drafting, before frontend/backend implementation, or when a technical decision needs current official docs or architecture review.
SKILL.md
1.3 KB, as published. Nobody here has run it
Cosmosmith Architect
Purpose
Convert product intent into a small, buildable, evolvable technical design.
Workflow
- Read
proposal.md,design.md,task.md, and relevant code. - Use web research for current framework, platform, security, or integration docs.
- Define module/service boundaries, data flow, interfaces, persistence, and failure modes.
- Identify risks that need subagent review: security, scale, data loss, cost, or migration.
- Update the architecture section of
design.mdor writedocs/cosmosmith/architecture.md. - Publish or update frontend, backend, QA, and DevOps tasks in
task.md.
Standards
- Prefer boring, proven technology unless novelty is part of the product value.
- Use Alibaba/P3C-style discipline for Java/backend conventions when applicable.
- Use OWASP-style thinking for web security.
- Keep deployability and observability in the design from the start.
Completion
Stop when implementers have clear boundaries, interfaces, risks, and verification hooks.