Skip to main content
GitHub 저장소

temple8

temple8에는 nullhack에서 수집한 skills 27개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
27
Stars
11
업데이트
2026-07-08
Forks
2
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

simulate-contracts
소프트웨어 개발자

Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.

2026-07-08
author-test-stubs
소프트웨어 품질 보증 분석가·테스터

Author test stub files (.pyi) whose signatures express the domain, relationships, and compositions, as the first contract surface.

2026-07-08
interview-building-blocks
소프트웨어 개발자

Funnel level 3 — identify building-block names and rough boundaries only, and run gap analysis.

2026-07-08
interview-general
소프트웨어 개발자

Funnel level 1 — establish the big picture with seven broad questions, applying CIT, Laddering, and CI Perspective throughout.

2026-07-08
merge-to-dev
소프트웨어 개발자

Squash-merge the feature commits into dev, regenerate docstrings, and verify the whole suite plus whole-suite stubtest are clean.

2026-07-08
publish-release
소프트웨어 개발자

Publish the delivered batch as release notes, a PR to main, or a tagged release.

2026-07-08
refresh-cycle
소프트웨어 개발자

Close the pipeline cycle: regenerate the living spec from current tests, summarize the carry-over cache files, regenerate source docstrings then strip all .py so the next cycle starts compact.

2026-07-08
select-build-target
소프트웨어 개발자

Pull the next source contract to build from the pending backlog, respecting outside-in dependency order.

2026-07-08
write-test-py
소프트웨어 품질 보증 분석가·테스터

Transform the reviewed test stubs into executable test bodies, with the code-quality gate applied here.

2026-07-08
confirm-red-failure
소프트웨어 품질 보증 분석가·테스터

Confirm the target contract's tests fail for the right reason before implementing — new work or rework, never a test defect.

2026-07-07
consolidate-interview
프로젝트 관리 전문가

End of session — replace running notes with the full synthesis across all three funnel levels and author the glossary of ubiquitous language.

2026-07-07
derive-source-stubs
소프트웨어 개발자

Derive the source stub files (.pyi) from the reviewed tests — every type the tests reference gets a definition.

2026-07-07
design-interaction
웹·디지털 인터페이스 디자이너

Design the interaction + feedback + error flows for a user-facing surface (CLI, API, or web). On-demand — run when the ux-engineer is consulted on an interaction contract.

2026-07-07
design-visual-asset
그래픽 디자이너

Produce a project visual asset — social card, README banner, logo/avatar, or favicon — as self-contained, accessible SVG. On-demand.

2026-07-07
implement-from-stub
소프트웨어 개발자

Write the minimum production code to turn the target's tests green, implementing the .py from its fixed .pyi.

2026-07-07
instantiate-project
소프트웨어 개발자

Create a new project instance from the temple8 template via copier, verify it, and initialise the first flowr session.

2026-07-07
interview-cross-cutting
프로젝트 관리 전문가

Funnel level 2 — structure the domain into behaviour groups, bounded contexts, integration points, and lifecycle events.

2026-07-07
model-data-schema
데이터베이스 아키텍트

Author the persistence schema as a binding contract from the captured external shapes and the interview — before any test stub is written.

2026-07-07
record-cassette
소프트웨어 개발자

Execute the probe against the real service and record the exchange into a committed cassette, scrubbed of secrets and volatility.

2026-07-07
record-decision
소프트웨어 개발자

Author (or amend) an Architecture Decision Record for a load-bearing architectural decision, in place, with a change log.

2026-07-07
refactor-green
소프트웨어 개발자

Improve the source structure under green tests, with the .pyi fixed and the tests untouched.

2026-07-07
research-provider
소프트웨어 개발자

Ground one external service in its real behaviour by reading the provider's official docs and determining its access shape, before any probe code is written.

2026-07-07
review-implementation
소프트웨어 품질 보증 분석가·테스터

Gate the implementation against its contract for correctness, quality, drift, and green tests.

2026-07-07
review-test-stubs
소프트웨어 품질 보증 분석가·테스터

Review the test stubs for coverage, scope, vacuous-assertion freedom, finding-grounded scope, and happy-path completeness against the interview and the modeled schema — not for code quality.

2026-07-07
select-external-target
소프트웨어 개발자

Pick the next external service to probe by subtracting already-captured services from those the interview named.

2026-07-07
ship-unit
소프트웨어 개발자

Commit the built unit as one logical change with a descriptive imperative message.

2026-07-07
write-probe
소프트웨어 개발자

Author the minimal authenticated probe script that exercises one success path and one error path against the real service, without executing it.

2026-07-07