diff --git a/ps-config/skoester/cleanUpskoester.conf b/ps-config/skoester/cleanUpskoester.conf
new file mode 100644
index 0000000000000000000000000000000000000000..476beae8f816fd688036f69f4edbfb45e80f53c5
--- /dev/null
+++ b/ps-config/skoester/cleanUpskoester.conf
@@ -0,0 +1,24 @@
+[main]
+startdb=43;
+uttdb=47;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+
+[pocketsphinxinstance]
+name=confirm;
+hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+jsgf=../../psGrammar/confirm/confirm.jsgf;
+rsbscope=/speechrec/psa/confirm;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=skoester;
+hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+jsgf=../../psGrammar/skoester/skoester.jsgf;
+rsbscope=/speechrec/psa/controlExecution;
+bestpath=no;
+autoload=yes;
diff --git a/ps-grammar/skoester/cleanUpskoester.jsgf b/ps-grammar/skoester/cleanUpskoester.jsgf
new file mode 100644
index 0000000000000000000000000000000000000000..22303ea26cd6d838e4c3e978a2759a95ff5d2ba0
--- /dev/null
+++ b/ps-grammar/skoester/cleanUpskoester.jsgf
@@ -0,0 +1,12 @@
+#JSGF V1.0;
+grammar cleanUpskoester;
+
+public <statement> = (<target>);
+
+<target> = (<kitchen> | <livingroom> | <yes> | <no>);
+
+<kitchen> = kitchen;
+<livingroom> = livingroom; 
+<yes> = yes;  
+<no> = no; 
+