원클릭으로
on-project-start
Use on first entry to a new repository to run environment scanning and ask targeted boundary questions before implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use on first entry to a new repository to run environment scanning and ask targeted boundary questions before implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | on-project-start |
| description | Use on first entry to a new repository to run environment scanning and ask targeted boundary questions before implementation. |
Use this skill only when entering a repository for the first time in a session or when project boundaries are still unclear.
Convert unknown project boundaries into explicit, confirmed constraints before implementation starts.
Scan repository signals
package.json, pom.xml, go.mod, requirements.txt, Cargo.toml, Gemfile)..github/workflows/, Makefile, Justfile, scripts).CONVENTIONS.md, ARCHITECTURE.md, .editorconfig).Ask targeted boundary questions
Confirm and persist
project/project-manifest.md with the confirmed constraints.DECISIONS.md.Continue with normal workflow
repo-exploration then demand-triage.Initialization summary:
- Detected stack:
- Boundary questions asked:
- User confirmations:
- Constraints recorded in project manifest:
- Open items (if any):
Use for general product implementation work that is not primarily backend architecture, pure integration wiring, or screenshot-driven design-to-code.
Use when backend work requires contract-first thinking, schema changes, permission checks, side-effect analysis, or test planning.
Use immediately after codebase discovery to classify task scale and determine which workflow steps are required vs. optional.
Use when the user provides screenshots, mockups, or design assets and wants implementation that stays visually close to the source.
Use when the main deliverable is maintainable documentation such as repository rules, onboarding guides, runbooks, ADRs, or architecture notes.
Use when encountering compile errors, test failures, runtime exceptions, or unexpected behavior during implementation.