원클릭으로
invencible
invencible에는 juanmanueldaza에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Dual-model adversarial review: Claude and Copilot review independently, verdicts are synthesized.
Implement the SDD task list. Read tasks and design from memory, write code, run tests.
Archive all SDD artifacts for a change as a single completed record in memory.
Write the technical design for a planned change: components, interfaces, data flows, edge cases.
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
Write a formal specification for a planned change: goals, acceptance criteria, constraints.
Break the technical design into an ordered list of atomic, reviewable implementation tasks.
Verify the implementation against the spec's acceptance criteria. Produces a pass/fail verdict.
Conventional commit format: type(scope): description. Rules for commit messages, PR prep, and branch cleanup.
Python language standards: type hints, error handling, logging, and style conventions.
pytest testing standards: naming, fixtures, isolation, and parametrize patterns.