costrict-plugins-repo avatar

costrict-plugins-repo

Official

@costrict-plugins-repo

0Followers
|
1,891Public Repos
|
14Published Skills

Standardized engineering methodologies for managing distributed development tasks, code review cycles, and structured implementation planning within complex repository environments.

Skills Distribution
DomainDeveloper To...Engineering Proces.. (40%)Version Control Ma.. (30%)Software Quality A.. (30%)

Agent Skills by costrict-plugins-repo

Showing 14 vetted skills indexed across 1 GitHub repositories.

costrict-plugins-repocostrict-plugins-repo

using-git-worktrees

Create an isolated git worktree for feature development.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

test-driven-development

Enforce failing tests before production code using the Red-Green-Refactor workflow.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

systematic-debugging

Identify root causes through a four-phase debugging process before applying fixes.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

using-superpowers

Invoke relevant skills before producing user-facing responses across runtimes.

Official
Intermediate
costrict-plugins-repocostrict-plugins-repo

dispatching-parallel-agents

Dispatch parallel subagents to diagnose and fix independent failures without shared state.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

executing-plans

Execute written implementation plans with critical review checkpoints.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

finishing-a-development-branch

Guide merge, pull request, and cleanup options after tests pass.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

brainstorming

Guide raw ideas into actionable design plans with structured discovery.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

writing-plans

Generate structured implementation plans from specifications with tasks, files, and milestones.

Official
Intermediate
costrict-plugins-repocostrict-plugins-repo

requesting-code-review

Dispatch a reviewer subagent to evaluate completed work against plans and Git ranges.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

receiving-code-review

Verify code review feedback against the codebase before implementing changes.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

writing-skills

Create and validate SKILL.md files with YAML frontmatter for name and description.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

verification-before-completion

Enforce verification commands before reporting completion status in workflows.

Official
Advanced
costrict-plugins-repocostrict-plugins-repo

subagent-driven-development

Dispatch isolated subagents for plan tasks with per-task reviews.

Official
Advanced

Frequently Asked Questions About costrict-plugins-repo

FAQPage Schema
What specific engineering tasks are enabled by these methodologies?

These methodologies enable structured implementation planning, isolated feature development via worktrees, systematic root-cause debugging, and rigorous test-driven development cycles. They facilitate the entire lifecycle from initial brainstorming and plan generation to final code review verification and branch cleanup.

Which personas benefit most from these development practices?

Software engineers, technical leads, and systems architects benefit from these practices. They are designed for developers managing complex, multi-task repository environments who require strict adherence to quality standards, peer-reviewed implementation plans, and isolated execution contexts for independent feature development.

What are the prerequisites for implementing these development standards?

Implementation requires a Git-based version control environment and a commitment to structured documentation, specifically the creation of validated YAML-frontmatter files. Users must be prepared to integrate test-driven development cycles and formal review checkpoints into their existing repository management processes.