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

principled

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

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

이 저장소의 skills

pr-check
소프트웨어 품질 보증 분석가·테스터

Validate that a pull request follows principled conventions: references a plan or proposal, has correct labels, includes required sections in the description, and links to relevant documents. Use in CI or before merging to enforce PR quality.

2026-02-26
pr-describe
소프트웨어 개발자

Generate a structured pull request description from a DDD plan task. Reads the plan, task manifest, and implementation branch to produce a PR body with references to the originating proposal, plan, ADRs, and related tasks. Use when opening a PR for plan-driven work.

2026-02-26
triage
소프트웨어 개발자

Process open GitHub issues through the principled pipeline. Lists untriaged issues, normalizes their metadata, ingests them into the documentation pipeline, and reports a summary. Operates as the batch entry point — delegates to /ingest-issue for each individual issue.

2026-02-26
impl-strategy
소프트웨어 개발자

Implementation orchestration strategy for the Principled framework. Consult when working with DDD plan execution, git worktrees for task isolation, task manifests, or the decompose-spawn-validate-merge lifecycle. Covers worktree management, sub-agent patterns, task state machines, and manifest schema.

2026-02-23
orchestrate
소프트웨어 개발자

Top-level orchestrator for DDD plan execution. Decomposes a plan into tasks, iterates through phases respecting dependencies, spawns worktree-isolated agents, validates implementations, and merges results. Runs inline to coordinate multiple sub-agent spawns. Use for automated end-to-end plan execution.

2026-02-23
arch-audit
소프트웨어 개발자

Audit ADR coverage across modules. Identifies modules with no architectural governance, orphaned ADRs referencing removed modules, and stale architecture docs. Classifies findings by severity.

2026-02-23
arch-drift
소프트웨어 개발자

Detect violations of architectural decisions in the codebase. Checks module dependency direction rules, identifies boundary violations, and reports drift between documented decisions and actual code.

2026-02-23
arch-map
소프트웨어 개발자

Generate a map linking modules to their governing ADRs and architecture documents. Scans all modules via CLAUDE.md discovery, cross-references ADRs and architecture docs, and classifies governance coverage as Full, Partial, or None.

2026-02-23
arch-query
컴퓨터 시스템 분석가

Answer natural-language questions about the architecture by cross-referencing ADRs, architecture docs, proposals, and the codebase. Designed for onboarding and architecture exploration.

2026-02-23
arch-strategy
소프트웨어 개발자

Architecture governance strategy for the Principled framework. Consult when working with architecture maps, drift detection, coverage audits, architecture document sync, or module boundary enforcement. Covers dependency direction rules, governance mapping conventions, and the heuristic analysis approach.

2026-02-23
arch-sync
소프트웨어 개발자

Update architecture documents to reflect the current codebase state. Compares documented modules, types, and components against actual code and proposes updates for human review. Never auto-modifies.

2026-02-23
check-ci
소프트웨어 품질 보증 분석가·테스터

Run the full CI pipeline locally, mirroring the checks in .github/workflows/ci.yml. Use to verify everything passes before pushing.

2026-02-23
propagate-templates
소프트웨어 개발자

Propagate canonical templates and scripts to all consuming skills, then verify zero drift. Use after updating any canonical template or script to keep all copies in sync.

2026-02-23
test-hooks
소프트웨어 품질 보증 분석가·테스터

Smoke-test all enforcement hooks by feeding known good and bad inputs and verifying exit codes. Tests the ADR immutability guard, the proposal lifecycle guard, the manifest integrity advisory, the PR reference advisory, the review checklist advisory, and the release readiness advisory.

2026-02-23
changelog
소프트웨어 개발자

Generate changelog entries from the principled documentation pipeline. Maps commits to proposals, plans, and ADRs since the last release tag, groups by category, and renders Markdown changelog sections.

2026-02-23
release-plan
프로젝트 관리 전문가

Draft a human-reviewable release plan summarizing all changes since the last tag, grouped by module and category. Includes outstanding items and suggested release steps.

2026-02-23
release-ready
소프트웨어 개발자

Verify that all pipeline documents referenced by merged changes are in terminal status. Checks proposals, plans, and ADRs to ensure release readiness before tagging.

2026-02-23
release-strategy
프로젝트 관리 전문가

Release strategy for the Principled framework. Consult when working with changelogs, release readiness checks, version bumps, release plans, or tag operations. Covers changelog format conventions, semver bump heuristics, pipeline reference resolution, and the release lifecycle.

2026-02-23
tag-release
소프트웨어 개발자

Tag and finalize a release. Validates the tag, verifies release readiness, generates changelog and release notes, creates the git tag, and optionally creates a GitHub release.

2026-02-23
version-bump
소프트웨어 개발자

Coordinate version bumps across module manifests. Detects modules via CLAUDE.md, determines bump type from pipeline signals, and applies version changes to manifest files.

2026-02-23
scaffold
소프트웨어 개발자

Generate the complete documentation structure for a new module. Use when creating a new app or lib module, or when asked to scaffold, initialize, or set up module documentation. Module type must be specified explicitly.

2026-02-23
quality-strategy
소프트웨어 품질 보증 분석가·테스터

Review quality strategy for the Principled framework. Consult when working with code review checklists, review coverage, review summaries, or spec-driven review workflows. Covers the three checklist categories, severity classification, dual storage model, and quality gates.

2026-02-22
review-checklist
소프트웨어 품질 보증 분석가·테스터

Generate a spec-driven review checklist for a pull request. Extracts acceptance criteria from the associated plan, identifies relevant ADRs for the changed files, and produces a structured checklist. Posts the checklist as a PR comment and saves it locally per ADR-012.

2026-02-22
review-context
소프트웨어 개발자

Surface the proposals, plans, and ADRs relevant to a pull request's changed files. Maps files to modules, finds specification documents, and presents a concise summary of the review context.

2026-02-22
review-coverage
소프트웨어 품질 보증 분석가·테스터

Assess whether a pull request's review comments address the generated checklist items. Reads the checklist from PR comments and local files, maps review comments to checklist items, and reports coverage.

2026-02-22
review-summary
소프트웨어 품질 보증 분석가·테스터

Generate a structured review summary for a pull request. Collects review state, builds a findings table linked to spec items, and produces a summary with coverage metrics and unresolved items.

2026-02-22
gen-codeowners
소프트웨어 개발자

Generate or update a CODEOWNERS file from the repository's module structure and git history. Maps module boundaries to code ownership using principled documentation structure as the guide. Use when setting up or refreshing code ownership rules.

2026-02-22
gh-scaffold
소프트웨어 개발자

Scaffold GitHub-specific configuration files aligned with the principled workflow. Creates issue templates, PR templates, actions workflows, and config files in the .github/ directory. Use when setting up a new repo or adding principled GitHub integration to an existing one.

2026-02-22
github-strategy
소프트웨어 개발자

GitHub integration strategy for the Principled framework. Consult when working with GitHub issues, pull requests, labels, CODEOWNERS, or .github/ templates in the context of the principled documentation pipeline. Covers issue-proposal mapping, PR-plan alignment, label taxonomy, and the GitHub-principled sync model.

2026-02-22
ingest-issue
소프트웨어 개발자

Ingest a GitHub issue into the principled pipeline. Fetches the issue, determines what documents are needed (proposal, plan, or both), creates them pre-populated from issue content, and comments on the issue with links to the new documents on a feature branch.

2026-02-22
sync-issues
소프트웨어 개발자

Sync principled proposals and plans to GitHub issues. Creates or updates GitHub issues from proposal and plan documents, maintaining bidirectional references. Documents remain the source of truth.

2026-02-22
sync-labels
소프트웨어 개발자

Create and sync GitHub labels for the principled workflow lifecycle. Ensures all required labels exist with correct names, colors, and descriptions. Use when setting up a new repo or when the label taxonomy has been updated.

2026-02-22
check-impl
소프트웨어 품질 보증 분석가·테스터

Validate task implementations by running the project's test suite, linters, and CI checks. Discovers test commands from common project patterns (package.json, Makefile, pytest, cargo, go) and reports pass/fail with details. Use after a sub-agent completes a task.

2026-02-22
decompose
소프트웨어 개발자

Decompose a DDD plan into executable tasks with dependency ordering. Reads a plan file, extracts phases, bounded contexts, and individual tasks, then creates a task manifest for orchestration. Use when you have an active DDD plan ready for implementation.

2026-02-22
merge-work
소프트웨어 개발자

Merge a completed and validated task's worktree branch back to the working branch. Verifies checks passed, performs the merge, cleans up the worktree, and updates the task manifest. Directly invocable by users and by the orchestrate skill.

2026-02-22
spawn
소프트웨어 개발자

Execute a task from a DDD plan in an isolated git worktree. Reads task details from the manifest, embeds them in the prompt, and delegates to the impl-worker agent for worktree-isolated execution. Use after decomposing a plan into tasks.

2026-02-22
docs-strategy
소프트웨어 개발자

Module documentation strategy for the Principled framework. Consult when working with proposals/, plans/, decisions/, architecture/ directories, README, CONTRIBUTING, CLAUDE, or INTERFACE files in any module. Covers the proposals → decisions → plans pipeline, naming conventions, lifecycle rules, DDD decomposition, and audience definitions.

2026-02-21
new-adr
컴퓨터 시스템 분석가

Create a new Architectural Decision Record (ADR). Use when recording an architectural decision, either standalone or linked to an accepted proposal. Handles numbering and cross-referencing. ADRs are immutable after acceptance except for the superseded_by field. Once all ADRs for a proposal are accepted, create a plan via `/new-plan --from-proposal NNN`.

2026-02-21
new-plan
소프트웨어 개발자

Create a DDD implementation plan from an accepted proposal. Plans implement proposals by decomposing work into bounded contexts, aggregates, and concrete tasks using domain-driven development. ADRs should be created before the plan to record key decisions. Use when an accepted proposal needs a tactical implementation breakdown before work begins.

2026-02-21
new-proposal
소프트웨어 개발자

Create a new proposal (RFC) document. Use when proposing a change, new feature, or architectural decision that needs team review. Handles numbering, naming, and template population. Use --root for cross-cutting proposals that affect multiple modules.

2026-02-21
이 저장소에서 수집된 skills 45개 중 상위 40개를 표시합니다.