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

e-footprint

يحتوي e-footprint على 8 من skills المجمعة من Boavizta، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
19
محدث
2026-07-02
Forks
3
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

feature-archive
مطوّرو البرمجيات

Stage 5 of the spec-driven workflow — archive a shipped feature. Run this only once every task in the feature's tasks.md has shipped AND you are satisfied the work is done (typically after review, and when PR is ready to open). It promotes any durable insight into the live reference specs, then deletes the spec folder. It never writes an archive summary file. Invoke explicitly; it is not auto-chained from feature-implement.

2026-07-02
feature-implement
مطوّرو البرمجيات

Orchestrate the full implementation of a feature's tasks.md end to end. A supervisor agent loops over every uncompleted task, spawning an implement sub-agent then a review sub-agent, triaging the review findings with its own judgement — auto-approving the evident fixes and escalating only genuinely structuring decisions to the user via AskUserQuestion — applying the fixes, and continuing to the next task. Use when you want to drive a whole feature with minimal human intervention, surfacing only the decisions that genuinely need you.

2026-06-30
task-implement
مطوّرو البرمجيات

Use to execute a single task from an approved tasks.md. Fourth stage of the four-stage spec-driven workflow. Reads spec.html, plan.html, tasks.md, then implements one task at a time, respecting constitution gates.

2026-06-23
spec-plan
مطوّرو البرمجيات

Use after the user approves a spec.html to write or refine the corresponding plan.html. Second stage of the four-stage spec-driven workflow. Plan answers HOW the spec becomes code; respects architecture.md. Still no code execution.

2026-06-02
spec-specify
مطوّرو البرمجيات

Use when the user wants to start a new feature in this repo. Walks the agent through writing specs/features/<feature-name>/spec.html — the first stage of the four-stage spec-driven workflow (specify → plan → tasks → implement). Read-only on code. May also draft plan.html in the same pass when the kickoff is design-rich.

2026-06-02
spec-tasks
مطوّرو البرمجيات

Use after the user approves a plan.html to break it into ordered, independently-shippable tasks. Third stage of the four-stage spec-driven workflow. Output is tasks.md; still no code execution.

2026-06-02
task-review
محللو ضمان جودة البرمجيات والمختبرون

Review the last commit for complexity, dead code, missed invariants, test quality, and broader code quality opportunities. Returns a numbered findings list for discussion — does not implement fixes. Use after task-implement completes a task.

2026-06-02
update-constitution
مطوّرو البرمجيات

Use when the user wants to change specs/constitution.md. Constitutional changes go in their own commit, with explicit justification, separate from feature work.

2026-06-02