Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

solution-harness-plugin

يحتوي solution-harness-plugin على 17 من skills المجمعة من NishantSrivastava81، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
3
محدث
2026-06-15
Forks
1
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

loop
مطوّرو البرمجيات

Run a goal-bounded autonomous loop over the harness — select, build, verify, and commit features one at a time with a maker/checker split, an explicit stop-contract, and a per-run token/commit budget. Best run in the orchestrator agent.

2026-06-15
sync-plan
متخصصو إدارة المشاريع

Sync FEATURES.json and PLAN.md after architecture or scope changes mid-project. Preserves completed feature status while updating not-started features to align with the latest ARCHITECTURE.md and PLAN.md.

2026-04-23
init-solution
مطوّرو البرمجيات

Initialize a new harness-managed solution project from a brief idea. Use when starting a brand new project. Creates docs/IDEA.md, docs/PLAN.md, docs/FEATURES.json, docs/ARCHITECTURE.md, docs/PROGRESS.md, AGENTS.md, and .github/copilot-instructions.md.

2026-04-23
design-feature
مطوّرو البرمجيات

Design a feature before building it — research latest patterns, evaluate approaches, design APIs/data models/UI, and produce a technical design document. Use after /add-features and before the builder starts implementing.

2026-04-22
refine-design
مطوّرو البرمجيات

Provide feedback on a design document and request changes. Use after /design-feature to iterate on the technical design before implementation begins. Supports multiple rounds of review.

2026-04-22
add-features
مطوّرو البرمجيات

Plan new features to add to an existing onboarded project. Analyzes impact on existing modules, designs features that fit the current architecture, and ensures backward compatibility.

2026-04-22
architecture-check
مطوّرو البرمجيات

Verify that the codebase follows the documented architecture. Checks for module boundary violations, circular dependencies, and cross-cutting concern leaks.

2026-04-22
evaluate
محللو ضمان جودة البرمجيات والمختبرون

Run quality evaluation on the current solution. Grades every completed feature against acceptance criteria on Completeness, Correctness, Code Quality, Test Coverage, and Architecture Fit. Marks failures as needs-rework.

2026-04-22
fix-issue
مطوّرو البرمجيات

Diagnose and fix a bug in the existing codebase. Enforces: reproduce first, write failing test, implement smallest fix, verify all tests pass, document root cause.

2026-04-22
harness-health
محللو ضمان جودة البرمجيات والمختبرون

Assess whether the harness components are still appropriate for the current model and project. Audits each component for relevance, checks evaluator accuracy, measures feature velocity, and recommends simplifications.

2026-04-22
log-progress
موظفو الملفات

Record a progress log entry for the current session. Appends to docs/PROGRESS.md and updates docs/FEATURES.json if any feature status changed.

2026-04-22
next-feature
متخصصو إدارة المشاريع

Show the next feature, refactoring task, or bug fix to work on from the plan. Reads docs/FEATURES.json and docs/PROGRESS.md to determine what to build next.

2026-04-22
onboard
مطوّرو البرمجيات

Onboard an existing codebase into the harness. Analyzes the project, documents architecture, catalogs existing features, and creates all harness state files. Use when you want to apply the harness to a project that already has code.

2026-04-22
pre-commit
مطوّرو البرمجيات

Run quality validation checks before committing. Tests pass, no hardcoded secrets, imports resolve, FEATURES.json consistency, progress logged. Use before every git commit.

2026-04-22
refactor
مطوّرو البرمجيات

Plan refactoring tasks for an existing project with risk assessment and rollback plans. Categories: structural, quality, performance, test, dependency, security. Orders tasks by risk (low first).

2026-04-22
status
مديرو أنظمة الحاسوب والمعلومات

Show a dashboard of project status — features complete, in-progress, blocked, with recent activity from the progress log.

2026-04-22
testing
محللو ضمان جودة البرمجيات والمختبرون

Run and verify tests for the current project. Provides patterns for writing good tests, detecting project type, and running appropriate test suites.

2026-04-22