costrict-plugins-repo
Official@costrict-plugins-repo
Standardized engineering methodologies for managing distributed development tasks, code review cycles, and structured implementation planning within complex repository environments.
Agent Skills by costrict-plugins-repo
Showing 14 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Create an isolated git worktree for feature development.
test-driven-development
Enforce failing tests before production code using the Red-Green-Refactor workflow.
systematic-debugging
Identify root causes through a four-phase debugging process before applying fixes.
using-superpowers
Invoke relevant skills before producing user-facing responses across runtimes.
dispatching-parallel-agents
Dispatch parallel subagents to diagnose and fix independent failures without shared state.
executing-plans
Execute written implementation plans with critical review checkpoints.
finishing-a-development-branch
Guide merge, pull request, and cleanup options after tests pass.
brainstorming
Guide raw ideas into actionable design plans with structured discovery.
writing-plans
Generate structured implementation plans from specifications with tasks, files, and milestones.
requesting-code-review
Dispatch a reviewer subagent to evaluate completed work against plans and Git ranges.
receiving-code-review
Verify code review feedback against the codebase before implementing changes.
writing-skills
Create and validate SKILL.md files with YAML frontmatter for name and description.
verification-before-completion
Enforce verification commands before reporting completion status in workflows.
subagent-driven-development
Dispatch isolated subagents for plan tasks with per-task reviews.
Frequently Asked Questions About costrict-plugins-repo
FAQPage SchemaWhat 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.