Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agntc

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

수집된 skills
22
Stars
4
업데이트
2026-06-17
Forks
1
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

begin-implementation
소프트웨어 개발자

Bridge skill for the feature pipeline. Runs pre-flight checks for implementation and invokes the technical-implementation skill. Called by continue-feature — not directly by users.

2026-06-17
begin-planning
소프트웨어 개발자

Bridge skill for the feature pipeline. Runs pre-flight checks for planning and invokes the technical-planning skill. Called by continue-feature — not directly by users.

2026-06-17
begin-review
소프트웨어 품질 보증 분석가·테스터

Bridge skill for the feature pipeline. Runs pre-flight checks for review and invokes the technical-review skill. Called by continue-feature — not directly by users.

2026-06-17
continue-feature
프로젝트 관리 전문가

Continue a feature through the pipeline. Routes to the next phase (specification, planning, or implementation) based on artifact state. Can be invoked manually or from plan mode bridges.

2026-06-17
link-dependencies
소프트웨어 개발자

Scan all plans and wire up cross-topic dependencies. Finds unresolved external dependencies, matches them to tasks in other plans, and updates both the plan index and output format.

2026-06-17
migrate
소프트웨어 개발자

Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill.

2026-06-17
start-discussion
소프트웨어 개발자

Start a technical discussion. Discovers research and existing discussions, offers multiple entry paths, and invokes the technical-discussion skill.

2026-06-17
start-feature
프로젝트 관리 전문가

Start a new feature through the full pipeline. Gathers context via structured interview, creates a discussion, then bridges to continue-feature for specification, planning, and implementation.

2026-06-17
start-implementation
소프트웨어 개발자

Start an implementation session from an existing plan. Discovers available plans, checks environment setup, and invokes the technical-implementation skill.

2026-06-17
start-planning
소프트웨어 개발자

Start a planning session from an existing specification. Discovers available specifications, gathers context, and invokes the technical-planning skill.

2026-06-17
start-research
소프트웨어 개발자

Start a research exploration using the technical-research skill. For early-stage ideas, feasibility checks, and broad exploration before formal discussion.

2026-06-17
start-review
소프트웨어 품질 보증 분석가·테스터

Start a review session from an existing plan and implementation. Discovers available plans, validates implementation exists, and invokes the technical-review skill.

2026-06-17
start-specification
소프트웨어 개발자

Start a specification session from concluded discussions. Discovers available discussions, offers consolidation assessment for multiple discussions, and invokes the technical-specification skill.

2026-06-17
status
소프트웨어 개발자

Show workflow status - what exists, where you are, and what to do next.

2026-06-17
technical-discussion
프로젝트 관리 전문가

Document technical discussions as expert architect and meeting assistant. Capture context, decisions, edge cases, debates, and rationale without jumping to specification or implementation. Use when: (1) Users discuss/explore/debate architecture or design, (2) Working through edge cases before specification, (3) Need to document technical decisions and their rationale, (4) Capturing competing solutions and why choices were made. Creates documentation in .workflows/discussion/{topic}.md that can be used to build validated specifications.

2026-06-17
technical-implementation
소프트웨어 개발자

Orchestrate implementation of plans using agent-based TDD workflow with per-task review and approval gate (auto mode available). Use when: (1) Implementing a plan from .workflows/planning/{topic}/plan.md, (2) User says 'implement', 'build', or 'code this' with a plan available, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Dispatches executor and reviewer agents per task, commits after review approval.

2026-06-17
technical-planning
프로젝트 관리 전문가

Transform specifications into actionable implementation plans with phases, tasks, and acceptance criteria. Use when: (1) User asks to create/write an implementation plan, (2) User asks to plan implementation from a specification, (3) Converting specifications from .workflows/specification/{topic}/specification.md into implementation plans, (4) User says 'plan this' or 'create a plan', (5) Need to structure how to build something with phases and concrete steps. Creates plans in .workflows/planning/{topic}/plan.md that can be executed via strict TDD.

2026-06-17
technical-research
경영 분석가

Explore ideas, validate concepts, and research broadly across technical, business, and market domains. Use when: (1) User has a new idea to explore, (2) Need to research a topic deeply, (3) Validating feasibility - technical, business, or market, (4) Learning and exploration without necessarily building anything, (5) User says 'research this' or 'explore this idea', (6) Brain dumping early thoughts before formal discussion. Creates research documents in .workflows/research/ that may feed into discussion or specification.

2026-06-17
technical-review
소프트웨어 품질 보증 분석가·테스터

Validate completed implementation against plan tasks and acceptance criteria. Use when: (1) Implementation is complete, (2) User wants validation before merging/shipping, (3) Quality gate check needed after implementation. Reviews ALL plan tasks for implementation correctness, test adequacy, and code quality. Produces structured feedback (approve, request changes, or comments) - does NOT fix code.

2026-06-17
technical-specification
프로젝트 관리 전문가

Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in .workflows/specification/{topic}/specification.md that can be used to build implementation plans.

2026-06-17
view-plan
프로젝트 관리 전문가

View a plan's tasks and progress, regardless of output format.

2026-06-17
e2e-fixtures
소프트웨어 품질 보증 분석가·테스터

Provision real GitHub repos covering every agntc install permutation (configless and config-bearing), walk the user through end-to-end testing of the local CLI build, then tear everything down. Use before a release to smoke-test add/update/list/remove against real repos.

2026-06-09