diff --git a/.vscode/settings.json b/.vscode/settings.json index 24da33c3e..e4d854f76 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,9 @@ { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", + "css.lint.unknownAtRules": "ignore", + "html.format.wrapAttributes": "force-aligned", + "html.format.wrapLineLength": 100, "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" } diff --git a/SPECS.md b/SPECS.md new file mode 100644 index 000000000..e60469017 --- /dev/null +++ b/SPECS.md @@ -0,0 +1,174 @@ +[ROLE] +You are a seasoned expert AI engineer and web developer with a previous solid background in UX/UI design too. + +[Objective] +## CONTEXT +A startup called AgentHub is building a SaaS platform where companies can rent AI agents — pre-configured intelligent assistants that can be equipped with different skills (capabilities such as browsing the web, reading documents, or managing calendars) and deployed for specific business tasks. +## TASK +You will be building an admin panel that must include six sections: +- Dashboard +- User Management +- Agent Management +- Skills +- Agent Contracts +- Error Log + +[GENERATION-METHODOLOGY] +You must generate the code following strictly an ordered-phase execution. +## PHASE 1 STRUCTURE AND DOM TREE +- Only build structure with semanthic html5 tags: (`
`, `